[Phplib-users] regexp url ohhforms
Brought to you by:
nhruby,
richardarcher
From: Bertram S. <ph...@ag...> - 2002-07-08 12:09:25
|
Hi there, I am looking for a regular expresions, which hits a complete url in oohforms: http://www.foo.com/index.php http://www.foo.com/default.asp?id=1&m=2 https://www.foo.de Any ideas? This is my last version, but i doesn't work: (^$)|(^http\://[a-z0-9\.-]+\.[a-z]{2,3}(/\S*)?$) Thank you Bertram |