Neat little tool that allows you to generate, execute and create code for regular expressions.
Written in C#, it uses the System.Text.RegularExpressions namespace to replace, match or split text based on the input-based regex.
The cool thing about it, it allows you to generate code (C#) which then you can compile to an assembly.
Kudos to the authors.
|