ReFiddle: Fiddle for Regexp testing
21–30 of 43 posts
Re: ReFiddle: Fiddle for Regexp testing
#22Re: ReFiddle: Fiddle for Regexp testing
#23Re: ReFiddle: Fiddle for Regexp testing
#24Re: ReFiddle: Fiddle for Regexp testing
#25Re: ReFiddle: Fiddle for Regexp testing
#26I use sublime text for this. Considering how many regexes I write a day, I actually need a text editor that has this support. Don't you ? :)
Re: ReFiddle: Fiddle for Regexp testing
#27• http://www.rexv.org/ — Supports: PCRE, Posix, Perl, Python, JS, Node.js modifiers. Only works online though.
• http://gskinner.com/RegExr/ — Implemented in Flash. Desktop version available.
• http://regexpal.com/ — Javascript regex only.
Re: ReFiddle: Fiddle for Regexp testing
#28Re: ReFiddle: Fiddle for Regexp testing
#29See a demo: http://www.regexbuddy.com/demotest.html
It's a Windows program, but runs on Linux via WINE. It lets you debug regexes, has live highlighting of matched text, generates regex code in 15+ languages (Perl, Python, Ruby, PHP, C, C#, C++, Delphi, Java, Javascript, MySQL, etc) and is all around awesome.
I'm not affiliated with this program, but it is the BEST regex creation/testing program available anywhere.
It will save you oodles of time if you create (or debug) regular expressions more than 2 times in a year. It's the best software product I've ever bought with my own money.