Posted by Masud in
Help on 10 1st, 2007 |
No Comments
Regular Expression Example
Here i am providing some useful regular Expression which are acceptable by most of the web developers. I have found them in web.
Email Address validation
Expression: ^.+@[^\.].*\.[a-z]{2,}$
Description:
Most email validation regexps are outdated and ignore the fact that domain names can contain any...