Created
October 5, 2017 20:54
-
-
Save boina-n/6f54937fba6b80e6eadd68b45c683b72 to your computer and use it in GitHub Desktop.
regex http/https
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^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