vote up 7 vote down star
5

I am looking for recommendations for a browser based regex sandbox to practice some proof of concept expressions.

flag
Duplicate of stackoverflow.com/questions/463792/…. – Ben Alpert Jan 21 at 1:18
Uhh, since when is JavaScript the same as RegEx? – Chris Jan 21 at 1:22
@soprano - this is an overzealous duplicate flagging. JavaScript != RegEx. Please edit. – Lee Harold Jan 21 at 1:29
@Lee: yeah, these guys get lots of points and become the Gestapo. Stuff like this reinforces stereotypes about geeks and elitism. – Chris Jan 21 at 1:30
Edited question and removed "Duplicate" notice. Not quite sure why it was added there in the first place. – Noah Jan 21 at 1:50

8 Answers

vote up 0 vote down check

I'm biased of course because I wrote it. But there's a good one for .NET regular expressions called Regex Hero.

link|flag
vote up 1 vote down

Which flavor? Regex support is included in most of the major programming languages in use today, in editors and IDE's, in command-line tools like grep and findstr, and lots of other places. Every one of these tools/languages/applications has its own regex flavor, and no two flavors are completely alike.

For the regex flavor of a specific programming language, I just Google for "<language> regex tester"; there always seems to be at least one online tester available.

link|flag
vote up 0 vote down

For online sandboxes for several different languages, platforms, and open source applications, see this similar SO question.

link|flag
vote up 2 vote down

This one's pretty good too: RegExr

link|flag
1  
Also has a downloadable AIR app which is nice – John Sheehan Jan 21 at 16:35
vote up 0 vote down

Try NRegEx.

link|flag
vote up 4 vote down

I like RegExPal.com. Good luck.

link|flag
vote up 6 vote down

I've used http://www.rubular.com/ a few times, seems to do the job.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.