Created
February 2, 2012 14:51
-
-
Save zackdouglas/1723810 to your computer and use it in GitHub Desktop.
A RegExp to capture parts of a HTTP scheme URI
This file contains 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
;new RegExp('^(https?):(?:\\/{2})?(?:([\\w-]+):([\\w-]*)@)?([^:\\/]+\\.(?:[a-z]{3,}|[a-z]{2}\\.[a-z]{2,}))(?::(\\d+))?([^?]*)(?:\\?([^#]*))?(?:#(.*))?$'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment