Gossamer Forum
Home : Products : DBMan : Installation :

Best Regular Expressions for Email + URL fields

Quote Reply
Best Regular Expressions for Email + URL fields
Hello,

FYI, here are the best reg expr I've found so far for Email and URL inputs:

Email =>[11,'alpha',46,46,1,&get_email,'[\w-.]+@[\w-.]+\.[a-z]{2,3}'],
URL =>[13,'alpha',46,46,0,'http://','\w+tps?://[^\s&\"\']+[\w/]' ],

Cheers,
Germain