Rubular - a Ruby regular expression editor
11–20 of 41 posts
I can thank Michael Hartl for showing me this gem in the Rails tutorial.
Re: Rubular - a Ruby regular expression editor
#12I've been using this since '09. I love it!
Re: Rubular - a Ruby regular expression editor
#13I use this quite a bit. Also displays named captures with values which is nice.
Re: Rubular - a Ruby regular expression editor
#14Re: Rubular - a Ruby regular expression editor
#15That's very nice.
For Python users, there is: http://www.regexplanet.com/advanced/python/index.html
Example: http://fiddle.re/22e5
Re: Rubular - a Ruby regular expression editor
#16i didn't realize that it was possible to name a capturing group. this is an awesome example.
Re: Rubular - a Ruby regular expression editor
#17Didn't know about this. Love it! Thanks for sharing.
Re: Rubular - a Ruby regular expression editor
#18i didn't realize that it was possible to name a capturing group. this is an awesome example.
ruby > 1.9
Re: Rubular - a Ruby regular expression editor
#19And this is why hacker news is terrible.
Re: Rubular - a Ruby regular expression editor
#20I also like using http://www.gskinner.com/RegExr/
Which I think is Flash/Flash Air...
Being able to permalink (which Rubular also does) to examples is a killer feature..I keep trying to convince non-programmers who work with data that they should at least learn regexes to make their life easier