I\'m doing a simple Lookbehind Assertion to get a segment of the URL (example below) but instead of getting the match I get the following error:
Uncaught Syn
I believe JavaScript does not support positive lookbehind. You will have to do something more like this: