S
shapper
Hello,
I need to validate a URL contained on a String. I found a Regex
expression for this.
But could, and should, I validate the URL using System.Uri?
Maybe trying to create a URI and if any exception happens consider it
a false URL.
Does this make any sense?
Thanks,
Miguel
I need to validate a URL contained on a String. I found a Regex
expression for this.
But could, and should, I validate the URL using System.Uri?
Maybe trying to create a URI and if any exception happens consider it
a false URL.
Does this make any sense?
Thanks,
Miguel