March
Today I needed to write a regular expression. I made it quickly, but it needs
check. Create a simple page, load it on server - no time :) + i am a bit lazy.
So i decide to check it online and quickly found some online services to do it.
- Rexv.org - This site is a Regular Expression evaluator for three different regular expression systems: PHP PCRE, PHP Posix & Javascript
- Regexpal.com - javascript only regular expressions
- Java regexp - Java check
- REGex Tester. Has all: RCPE, POSIX & JavaScript
And really useful thing for writing regular expressions - Regular Expressions Cheat Sheet



















Nice bit of links, the Rexv.org one may be perfect for what I usually need to accomplish!
I use the this tool for javaScript:
http://tools.netshiftmedia.com/regexlibrary/ — Javascript Regular Expression Validator
Thanks. nice links