Skip to content

Instantly share code, notes, and snippets.

@xgz123
Created May 22, 2017 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xgz123/f491cc42d69c380e8c04475828d44bda to your computer and use it in GitHub Desktop.
Save xgz123/f491cc42d69c380e8c04475828d44bda to your computer and use it in GitHub Desktop.
#maches http/https/www
r"(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