|
When I begin learning regular expression, I tried to find some tools to help me.
I found a couple of tools, it was Komodo regular expression and RegexBuddy. But both of this costs money. I tried to find free tools, but I was failed.
So I decided to create my own.
RegexMaster is a very simple tool, but it provides all functionality of Regular expression. It works in both split mode and match mode. For match mode it has colour highlighting. With this tool you can easily learn Regular expression, or use it in you daily work.

You can download RegexMaster from CodePlex and use it free. Also you can download source code for it.
|