Skip to content

Instantly share code, notes, and snippets.

@chattes
Last active December 21, 2020 00:38
Show Gist options
  • Save chattes/6610f9066e1a6ba622a492dd2f8b360d to your computer and use it in GitHub Desktop.
Save chattes/6610f9066e1a6ba622a492dd2f8b360d to your computer and use it in GitHub Desktop.
Regex

Match URL Pattern

/^https?:\/\/(?<domain>.*?)\/(?<tenant>.*?)\/(?<study>.*?)\/(?<rest>.*)$/gm

http://xxxx-dev.xxxxxxxx.edu/nuvalence/demo/test/hello/howare/you
@chattes
Copy link
Author

chattes commented Dec 21, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment