I tried this sample string as input for IsURL().
i.e
http://com/networks/
API is returning this as valid URL. Can you please correct it.
I saw this Regex in RFC 2396. Somehow if we can use if inside this API ...it will be more effective.
^(([^:/?#]+):)?(//([^/?#]))?([^?#])(?([^#]))?(#(.))?
I tried this sample string as input for IsURL().
i.e
http://com/networks/
API is returning this as valid URL. Can you please correct it.
I saw this Regex in RFC 2396. Somehow if we can use if inside this API ...it will be more effective.
^(([^:/?#]+):)?(//([^/?#]))?([^?#])(?([^#]))?(#(.))?