RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Rubyxp.com - Test Ruby Regexes in Your Browser

I’ve created a simple app to test your ruby regular expressions in your web browser. I’d like to receive feedbacks and feature requests. I plan to release the code at some day :) You can see it at rubyxp.com.

Comments

http://www.rubular.com/ has been around a long while. Perhaps make yours a Ruby 1.9.1 regexp editor?

Rubular is a great tool, and it have a lot of facilities to test expressions like ajax loading, I want to add different things in the future like batch upload for string testing. My initial plan was indeed to use ruby 1.9 so I’ll try to install it on my host and see if it’s possible. I’ll definitely add a link to rubular as well because it helped me a lot in the past.

Use irb for these type or code prototypes. That is what it was built for.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in