Skip to content

Instantly share code, notes, and snippets.

@daogurtsov
Created September 29, 2013 11:37
Show Gist options
  • Save daogurtsov/6751718 to your computer and use it in GitHub Desktop.
Save daogurtsov/6751718 to your computer and use it in GitHub Desktop.
URL regex validation
/^((http|https):\/\/)?[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,5}(:[0-9]{1,5})?(\/.*)?$/i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment