Testing regular expressions
Rubular offers a really nice page for testing your Ruby regular expressions. You enter the expression, the flags, and the test text and it instantly gives you the results. It's much easier than writing code to test your expressions.
Even though it uses the Ruby format for regular expressions, you can use this for other languages too with easy modifications.
Even though it uses the Ruby format for regular expressions, you can use this for other languages too with easy modifications.
| Link: | www.rubular.com...Search for more tips related to this link |
| Rating: | 100% positive, 1 Vote |
| Categories: | programming web 2.0 Ruby on Rails |
| Added: | on Jan 25, 2008 at 2:10 pm |
| Added By: | an anonymous user |

