Skip to content

Instantly share code, notes, and snippets.

@enil
Created November 21, 2016 13:23
Show Gist options
  • Save enil/004b71e26ad4149fc3a407f21c27bb41 to your computer and use it in GitHub Desktop.
Save enil/004b71e26ad4149fc3a407f21c27bb41 to your computer and use it in GitHub Desktop.
Simple URL parsing
url.match(/^([a-z]+):\/\/([^\/:]+)(?::([0-9]+))?(\/[^?#]+)?(?:\?([^#]*))?(?:#(.+))?$/);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment