Balajiprasad's useful codes
Important codings & concepts in web & window applications using microsoft technologies.
Showing posts with label
Regex
.
Show all posts
Showing posts with label
Regex
.
Show all posts
Friday, September 19, 2025
Web - AI Based Regex Generator
›
Problem Statement: I want to dynamically generate RegEx based on human provided input with simple .Net, C# web application. Implementation...
Thursday, March 9, 2023
Regex - To find word startswith __ and endswith __ but does not contain __
›
Regex to match words start with double underscore (__) and endswith double underscore (__), but should not contains double underscore (__) ...
1 comment:
›
Home
View web version