Skip to content

Instantly share code, notes, and snippets.

@boina-n
Created October 5, 2017 20:54
Show Gist options
  • Save boina-n/6f54937fba6b80e6eadd68b45c683b72 to your computer and use it in GitHub Desktop.
Save boina-n/6f54937fba6b80e6eadd68b45c683b72 to your computer and use it in GitHub Desktop.
regex http/https
^https?://(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\.\d+\.\d+\.\d+)(?::\d+)?(?:/.*)?$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment