Log in

View Full Version : Regular Expressions Learning Tool



Tordane
12-23-2010, 01:25 AM
Came across a cool little ruby program that was created to walk someone through using regular expressions. Considering how important they are to text parsing, if your interested, give it a go. Its written in ruby, and readme from the zip file explains how to use. I went through it pretty quick and the examples showed me a couple of shortcuts I didn't know offhand.

Sam
12-23-2010, 09:07 AM
I always use http://rubular.com/ to test something I'm unsure of.

Tordane
12-23-2010, 09:33 AM
I always use http://rubular.com/ to test something I'm unsure of.

Rubular is great and I use it religiously. The attachment/tool above is for someone looking to actually LEARN. Its like a step-thru class on Reg-Ex.

Dugoar
12-23-2010, 11:14 AM
Thanks for sharing :) regular expressions are pretty awesome

Sam
12-23-2010, 05:02 PM
Rubular is great and I use it religiously. The attachment/tool above is for someone looking to actually LEARN. Its like a step-thru class on Reg-Ex.

Hi. I didn't say it wasn't.