开发者

Regex Query Builder [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit开发者_如何学JAVA the help center for guidance. Closed 10 years ago.

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).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜