URL validation - regular expression
843833May 18 2009 — edited May 19 2009Hello,
I searched but didn´t find.
I need a simple method: isValidUrl
I tried "new URL(url)", getting error, but it allows a simple url with space... I tried too org.apache.validator but it brought me problems with related .jar...
I got one validation for e-mail, that work very well using regex. Does anyone have URL validation using regular expression?
Thanks.