S
sri_san
Hello,
I am trying to write a regular expresssion which validates
against the URL and the textfield has 'http://' prefilled. I either
want a valid URL or just leave the 'http://' as it is. I figured an
expression for URL which is --- "http(s)?://([\w-]+\.)+[\w-]+(/[\w-
../?%&=]*)?"
I am unable to group it based on the above condition. Any help would be
great!
Thanks,
Sam.
I am trying to write a regular expresssion which validates
against the URL and the textfield has 'http://' prefilled. I either
want a valid URL or just leave the 'http://' as it is. I figured an
expression for URL which is --- "http(s)?://([\w-]+\.)+[\w-]+(/[\w-
../?%&=]*)?"
I am unable to group it based on the above condition. Any help would be
great!
Thanks,
Sam.