Regular Expression Helper

This small program can help developers to test their regular expressions or to find out patterns to a specific char sequence.

RegEx Helper application file (archived in ZIP)

Screen-shot for the program:

Regular Expression Helper UI

There are two ways of using this program. The first one is simple test of regular expression patterns. It gives one or more matches as a result. The next one replaces matches with a word below the pattern’s text input.

Pattern’s text input control highlights pair brackets.

Related link:

.NET Reference: Regular Expression Language Elements

Regular Expression API

Leave a comment