Skip to content

Instantly share code, notes, and snippets.

@mamaz
Created March 2, 2016 06:53
Show Gist options
  • Save mamaz/625a01187f8e6136dd96 to your computer and use it in GitHub Desktop.
Save mamaz/625a01187f8e6136dd96 to your computer and use it in GitHub Desktop.
Regex for URL
/^http:\/\/|(www\.)?[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,5}(:[0-9]{1,5})?(\/.*)?$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment