Created
May 31, 2020 23:17
-
-
Save jacksonpires/371f1fe5c19844bcfabec6a826a5f046 to your computer and use it in GitHub Desktop.
Regex to get path/id between last slash and question mark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/[^\/?]+(?=\?|$)/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment