Rubular: Ruby Regexp Editor/Tester

Started by G_G, June 22, 2011, 07:35:48 am

Previous topic - Next topic

G_G

June 22, 2011, 07:35:48 am Last Edit: July 08, 2011, 05:20:16 am by game_guy
You would not believe me. Up until now I have had extreme difficulties with regular expressions, I found this while googling some tutorials for use of regular expressions in C#. Funny enough this came up. Anyway combining tutorials with this, regular expressions make a lot more sense to me and are easier to work with.

I found this nifty site, it lets you input your own regular expression, your own string to match it, then you can test it. As I was easily able to visually experiment, made so much more sense to me. And while the main function of the site is for ruby, it can be useful for other languages to.

http://www.rubular.com/

Other sites just like this!
http://rise4fun.com/Rex (Provided by Zeriab)
http://www.rubyxp.com/ (Provided by mcgluszak)

Zeriab

Let me add this link as well:
http://rise4fun.com/Rex

I don't know how the regular expression syntax differ from the one in Ruby, but the different automata representations can help understand how a regular expression works in a different way.

mcgluszak


Apidcloud

Instead of wanting to be somebody else, rather become somebody else



"I will treasure the knowledge like a squirrel treasures acorns."


Gibbo Glast 2D Engine - The sky is no longer a limit