Forum Moderators: phranque

Message Too Old, No Replies

RegEx on-line tester / tutorial reference

RegEx on-line tester / tutorial reference

         

rjwmnews

3:57 pm on Jan 1, 2007 (gmt 0)



Useful Regular Expressions on-line form tester:
www.internetofficer.com/regular-expression.html

I tested it with my standard e-mail validation RegEx (follows) and it seems to handle it properly.

/^[[:alnum:]][a-z0-9_\.\-]*@[a-z0-9\.\-]+\.[a-z]{2,4}$/i

Excellent RegEx tutorial reference:
www.regular-expressions.info/reference.html

[edited by: jdMorgan at 8:28 pm (utc) on Jan. 1, 2007]
[edit reason] de-linked [/edit]