RegExTest: Regular Expression Tester






3.52/5 (19 votes)
Aug 7, 2003

82925

1112
With RegExTest, you can fully test your regular expressions against a target text. Regular Expression syntax is not so obvious, so a quick test enviroment is really helpful in all situations. RegExTest allows you to use and test grouping functions.
A few words
Just a few words for this article, since the title is self-explanatory: RegExTest allows you to test your regular expression statements against an arbitrary text.
I've developed this really simple tool, just because I needed a simple and fast way to test my regular expressions without the need to recompile each time my project; understanding how a regular expression operates, just "reading" it and trying to imagine what it will do is not so simple when you have long expressions and, obviously, testing them can help to avoid silly bugs.
Probably, the most interesting thing is that it supports the grouping functions, so that you can also check that your grouping statement functions are as you expect.