Skip to content

Instantly share code, notes, and snippets.

@zackdouglas
Created February 2, 2012 14:51
Show Gist options
  • Save zackdouglas/1723810 to your computer and use it in GitHub Desktop.
Save zackdouglas/1723810 to your computer and use it in GitHub Desktop.
A RegExp to capture parts of a HTTP scheme URI
;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