Author: elPas0

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

3 Responses to “Check your Regular Expressions Online”

Jack Keller
wroteJack Keller

Nice bit of links, the Rexv.org one may be perfect for what I usually need to accomplish!

erhan
wroteerhan

I use the this tool for javaScript:

http://tools.netshiftmedia.com/regexlibrary/ — Javascript Regular Expression Validator

PayasTR
wrotePayasTR

Thanks. nice links

Leave a Comment

* Required

E-mail will not be published