Hello forums!!
I need a very good validation for "url" and "email" using regular expression.
Following are the criteria for url:
may have http or https @ start
may or may not have www.
may or may not have query string like ?action=a&pack=p
may also support for country level domain
Following are the criteria for email:
info@example.com
info.us@example.com
info@example.net.au
info.us@example.net.au
* may support above formats
Note: regex syntax should be valid for both php and javascript
Any suggestions, comments are warlmy welcome
Thanks in advance to all..