Is there any software to convert a regular expression into a diagram to show the finite state machine will work. I find it helpful to have things pictorial to aid in bug fixing and ensuring that the regular expression is correct.
|
|
You should try RegexBuddy - IMHO it's best tool for regexp creation, validation, advanced visualisation and debugging. Also it has the unique ability to emulate the features and limitations of all the popular regular expression flavors, like PCRE, Perl, JavaScript, Java and etc. |
|||
|
|
|
I really like http://www.regexper.com/ which looks like it uses Parcon. |
|||
|
|
|
If you don't mind using eclipse... http://crotonresearch.com/graphrex/ |
|||
|
|
|
There used to be a good online tool for this at http://www.strfriend.com. Unfortunately, it appears to be currently unavailable.
|
|||
|
|
|
I ran a google search for http://osteele.com/archives/2006/02/reanimator The tool is web based. I was actually hoping that I might be able to find a command line tool, because that would be easier to script. Nonetheless, the implementation seems to be well documented, and might serve as a starting point for other tools. |
|||
|
|
