Regular expression tools
There is a nice set of tools that may be of great help for anyone working with regular expression on the .NET platform.
Following is a list of some of these free tools:
RegexDesigner.NET (full C# source code available for download)
Rad Software Regular Expression Designer
Expresso 3.0 (the source code for an older version of Expresso can be freely downloaded from the CodeProject site)
Finally, if you need regular expressions reference documentation, examples, tutorials, etc. to start out, https://www.regular-expressions.info/ is probably your site.
Comments
Anonymous
September 10, 2007
PingBack from http://msdnrss.thecoderblogs.com/2007/09/10/regular-expression-tools/Anonymous
September 11, 2007
Another one to add to your collection (and it is written in Common Lisp, which gives it 5 more points for the coolness factor :-) The Regex Coach: http://www.weitz.de/regex-coach/