Hacker News new | ask | show | jobs
by andremat 3411 days ago
Online regex testers are nice but nothing beats RegexBuddy [1] IMO. I have fond memories of me using it while on high school to naively parse HTML using regular expressions only. Good times.

[1] http://www.regexbuddy.com/

3 comments

Came here to promote RegexBuddy myself. It's the one thing I truly miss in my transition from Windows to Mac. I run it in WineBottler[1] now and it works well enough but I'd pay good money for a native Mac version.

1: http://jdon.at/HpTd+

i love regexbuddy. I made a similar app (regexpixie.com, windows exe) that also uses the blue-yellow coloring to differentiate between matches.

The biggest difference is that RegexPixie has really good support for named groups. Frankly, it's beyond me why people don't use named groups for regex documentation.

I use Regexbuddy as well. It's awesome. I couldn't however figure out how to use Regexmagic.