Skip to content

Instantly share code, notes, and snippets.

@sym3tri
Created June 2, 2011 10:24
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sym3tri/1004221 to your computer and use it in GitHub Desktop.
Save sym3tri/1004221 to your computer and use it in GitHub Desktop.
Validate URLs with JavaScript Regex
/^(http(s)?:\/\/)?([\w-]+\.{1})*(([\w-]*){1}(\.{1}[A-Za-z]{2,4}){1}){1}(\:{1}\d*)?([\?\/|\#]+[\@\~\;\+\'\#\,\.\%\-\/\&\?\=\w\$\s]*)*$/i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment