Y
Hacker News
new
|
ask
|
show
|
jobs
by
davidbrent
4562 days ago
I have the most trouble with regex, and something about seeing my matches as I type made this incredibly useful for me!
5 comments
Inversechi
4562 days ago
The best online tool I've seen is
http://www.debuggex.com/
link
Spittie
4562 days ago
I'll add
http://www.regexper.com/
to the various sites everyone posted, I find that this one output the nicer graph.
link
tokenizerrr
4562 days ago
http://regexpal.com/
or for a paid desktop program
http://www.regexbuddy.com/
, which is most excellent
link
rschmitty
4562 days ago
Regexbuddy is great. Well worth the coin I paid way back when
link
mcescalante
4562 days ago
I've used the previously mentioned regexpal quite often.
http://www.rubular.com
is another one for Ruby only.
link
ToastyMallows
4562 days ago
While people are recommending online regex tools..
http://regex101.com/
link