Skip to content

Instantly share code, notes, and snippets.

@stgogm
Created May 8, 2017 14:50
Show Gist options
  • Save stgogm/909408723343b39428e91a8dc27628ec to your computer and use it in GitHub Desktop.
Save stgogm/909408723343b39428e91a8dc27628ec to your computer and use it in GitHub Desktop.
Replace subdomain regexp
window.location.origin.replace(/^(https?:\/\/)?(.+\.)?([^\.]+\.[^\/]+)\/?.*$/i, '$1new-subdomain.$3');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment