Regular Expressions
Regular Expression Operations
RegexDesigner.NET supports constructing and editing of Match, Replace and Split regular expressions. RegexDesigner.NET displays detailed Match Results to aid regular expression development.
Development Project Integration Features
On top of the standard regular expression operations, RegexDesigner.NET lets you generate C# and VB.NET native-code to use the .NET Framework's regular expression implementation, as well as providing the ability to compile your regular expressions into .NET assemblies.
See Also
MSDN - Regular Expressions