Archive for the 'Ruby on Rails Web Apps' Category

Rubular – quick online Ruby RegEx tester

Rubular is a website that I have incredibly useful over the past few weeks. It is an online Ruby app that tests Ruby regular expressions. You enter your regex online with a string that you want to match it against and the app will show you what matches. In addition, if you have any groups, it also shows the what is in the groups.

rubular