We have regex to validate URL. I need a regex that will validate against it. Kindly help me in this.
URL for proper validation
var regexp = /(ftp|http|https)://(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(/|/([\w#!:.?+=&%@!-/]))?/
What's for validating against, i.e it should not be a URL.