Skip to content

Instantly share code, notes, and snippets.

@iainplimmer
Created October 6, 2017 10:03
Show Gist options
  • Select an option

  • Save iainplimmer/3c505718415d3ce51a4602821df3cf6f to your computer and use it in GitHub Desktop.

Select an option

Save iainplimmer/3c505718415d3ce51a4602821df3cf6f to your computer and use it in GitHub Desktop.
URL REGEX - Regular Expression
(https?:\/\/(?:www\.|(?!www))[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\.[^\s]{2,}|www\.[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\.[^\s]{2,}|https?:\/\/(?:www\.|(?!www))[a-zA-Z0-9]\.[^\s]{2,}|www\.[a-zA-Z0-9]\.[^\s]{2,})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment