Chaos Project

Game Development => Resources => Topic started by: G_G on June 22, 2011, 07:35:48 am

Title: Rubular: Ruby Regexp Editor/Tester
Post by: G_G on June 22, 2011, 07:35:48 am
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)
Title: Re: Rubular: Ruby Regexp Editor/Tester
Post by: Zeriab on June 22, 2011, 10:42:31 am
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.
Title: Re: Rubular: Ruby Regexp Editor/Tester
Post by: mcgluszak on June 23, 2011, 03:40:44 pm
I prefer Rubyxp (http://www.rubyxp.com/)  :)
Title: Re: Rubular: Ruby Regexp Editor/Tester
Post by: Apidcloud on August 24, 2011, 03:49:50 pm
Quote from: mcgluszak on June 23, 2011, 03:40:44 pm
I prefer Rubyxp (http://www.rubyxp.com/)  :)


That page appears to be broken :3