F franz Sep 14, 2005 #1 hi guys, which is the regEx code to validate a web url?? kind of http://www.xx.xx thanks f.
A Al Cadalzo Sep 14, 2005 #2 There's a searchable library of regular expressions at http://regexlib.com/default.aspx
J Joerg Jooss Sep 14, 2005 #3 franz said: hi guys, which is the regEx code to validate a web url?? kind of http://www.xx.xx thanks f. Click to expand... Note that you can also try to create an Uri object to validate that a string presents a URL. Cheers,
franz said: hi guys, which is the regEx code to validate a web url?? kind of http://www.xx.xx thanks f. Click to expand... Note that you can also try to create an Uri object to validate that a string presents a URL. Cheers,