views:

279

answers:

5

I found a great web app for testing regexes as-you-type, but have lost it in the months since I last use it. Searching through here, I've found http://www.rubular.com/ which is useful, but not what I found originally. Today, I found a few testing tools through google, but most often they are slow, don't allow you to test as-you-type, or just don't work.

What free, online, test-as-you-type regex testing tools do you use?

+2  A: 

Try RegExr.

Steve Duitsman
A: 

Similar question

asalamon74
+3  A: 

JRX. It's fantastic, really. I probably wouldn't use regular expressions half as much as i do if it didn't exist.

Shog9
Yes that is really good.
cfeduke
+5  A: 

I prefer regexpal.

RegexBuddy is great if you are willing to pay for it.

cfeduke
A: 

RexExTester

korro