Skip to content

Instantly share code, notes, and snippets.

@culttm
Created April 28, 2021 10:43
Show Gist options
  • Save culttm/f138855fa551952c103c41ac30e12ae8 to your computer and use it in GitHub Desktop.
Save culttm/f138855fa551952c103c41ac30e12ae8 to your computer and use it in GitHub Desktop.
const reg = new RegExp('(/' + namespace + '/)(.*)');
const partUrl = url.split(reg)[2];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment