Rubular - a Ruby regular expression editor
rubular.com
Rubular - a Ruby regular expression editor
1–10 of 41 posts
Re: Rubular - a Ruby regular expression editor
#2+1 - I love Rubular and use it whenever I have to write regular expressions for fun or profit.
Re: Rubular - a Ruby regular expression editor
#3+1 - I love Rubular and use it whenever I have to write regular expressions for fun or profit.
How does one write regular expressions for profit? Do you mean using regex's to filter datasets or do you actually sell regex's?
Re: Rubular - a Ruby regular expression editor
#4+1 - I love Rubular and use it whenever I have to write regular expressions for fun or profit.
How does one write regular expressions for profit? Do you mean using regex's to filter datasets or do you actually sell regex's?
He/she is probably referring to paid work that involves regular expressions.
Re: Rubular - a Ruby regular expression editor
#5I've been using Rubular for years and it's really a great tool for trying to quickly figure out where you went wrong in a complicated regex.
Re: Rubular - a Ruby regular expression editor
#6Re: Rubular - a Ruby regular expression editor
#7Love rubular, use it every single time I write or edit a regex, just to test some weird cases while I think through the syntax.
Re: Rubular - a Ruby regular expression editor
#8I love rubular too. Question though... Why isn't it open source?
Re: Rubular - a Ruby regular expression editor
#9Rubular is one of my favorite examples of a perfectly designed site. It has everything you need and nothing you don't.
Re: Rubular - a Ruby regular expression editor
#10I love rubular too. Question though... Why isn't it open source?
What would be gained if it were? I suppose you could run it locally. Come to think of it, that would be nice.