Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Regex Query Builder [closed]

Tags:

c#

regex

I am a C# developer, I have been looking at regular expressions (regex) and wanted to know if anyone knows about useful tools for building regular expressions - like a regex query builder?

like image 761
Mark Pearl Avatar asked Jan 02 '10 10:01

Mark Pearl


3 Answers

Have a look at

  • Expresso 3.0
  • Regular Expression Builder
  • RegEx Builder 2.0.0.0
  • The Regex Coach
  • The Regulator

You should be able to find a lot more for your validation

c# regex builder

like image 80
Adriaan Stander Avatar answered Nov 02 '22 22:11

Adriaan Stander


I think, greatest regex editor is gskinner. It provides a lot of extremely useful options. At least for my cases.

Also it has dictionary about majority of regex expressions and has beatiful tips, when the pointer is hovering above the snippet of your regex.

I found it the most appropriate regex editor.

like image 7
Alex Avatar answered Nov 02 '22 22:11

Alex


Check regexlib.com if you want an online option.

like image 3
slugster Avatar answered Nov 03 '22 00:11

slugster