Directory Freebies VS CheatSheet Forum

RSS

Email

Translate

Home About Archive Privacy Contact Advertise Write for Dev102
Posted by Amit on Oct 30th, 2008 | Filed under C# |

Hi all

 

This one is for all those times you needed your Regular Expression Tool but you were using someone else’s computer or whatever and did not have it installed. Now you have this little online Silverlight Tool to help you with your regular expressions.

 

To use this tool do the following:

  1. Select the Regular Expression options you want from the checkboxes on top.
  2. Type in the Regular Expression you want searched where the example Regular Expression is.
  3. Copy and paste the text you want to be matched into the big TextBox.
  4. Click Match and you will get the results below the searched text.

Clicking on one of the results will mark it for you in the searched text, and if you want to get the C# code click on the "View Code" button and you will get the C# code to copy and past in your application.

 

Enjoy and please report on bugs and feature enhancements you would like to see in future versions.

Thanks to Shahar A for creating this tool



Tags: , , , ,

Post a Comment

Write Article for Dev102

Write for Dev102!

We pay for user submitted tutorials and articles that we publish. Anyone can send in a contribution

Learn More