Regex Query Builder [closed]
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?
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
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.
Check regexlib.com if you want an online option.
Also worthy of mention are Regex Buddy and Regex Magic - the latter being ideal if you really want to hide from the pain. :-)
And there is also the "headache relief for programmers :: regular expression generator", http://txt2re.com/
A good online tester that I regularly use is Derek Slagers: link. It doesn't have fancy highlighting and other features, but it does help a lot with developing/testing.
RegexHelper is a Notepad++ plugin that lets you test regular expressions against open documents.
http://refiddle.com lets you build and test regular expressions using a red => green TDD style development right in your browser. Has runners for JavaScript, .NET and Ruby.
Emacs has an re-builder that's quite useful (if you're an Emacs user).
精彩评论