Click to See Complete Forum and Search --> : RegEx Tester web page


DeepT
February 17th, 2009, 11:16 AM
There used to be this really cool web page: http://www.dotnetcoders.com/web/Learning/Regex/RegexTester.aspx

It let you create regular expression, enter a block of text, and see the results from matches, to groups, to individual items.

That page no longer works. Going to www.dotnetcoders.com I can find the old RegEx info, but the tester is gone. I found this to be an invaluable tool. Does anyone know of another site that has a similar tool to test regular expressions?

I supposed I can write my own app, but I am quite busy ATM.

cjard
February 17th, 2009, 08:16 PM
http://www.ultrapico.com/Expresso.htm

or here.. have one I made years ago:

DeepT
February 18th, 2009, 04:51 PM
Thanks.