Thursday, August 29, 2013

Regex Tool For Testing Regex Patterns

This is a simple utility to match a Regex pattern which returns a Match (Match Single) or a MatchCollection (Match All), optionally with the RegexOptions specified.

The matched group(s) are displayed in the "Result" box at the bottom.

Please note that the first matched group (Group 0) of each Match is always the entire matched value.


Source Code:
The project source code is available as a public Mercurial repository hosted on BitBucket. You are free to download/clone/fork this project using the URL below:
https://bitbucket.org/simpcode/weizh.regextool

Executable:
Alternatively, you can download the executable from this link.


Screenshot:




If you find this post helpful, would you buy me a coffee?


No comments:

Post a Comment