I have url:
http://gallys.40somethingmag.com/ima...=XXXXXXXXXXXXX
I need regex to get url without NATS code:
http://gallys.40somethingmag.com/ima...tyBlaze_28866/
I have this regex: .*\?.*?
but I end up with url like this:
http://gallys.40somethingmag.com/ima...yBlaze_28866/?


http://gallys.40somethingmag.com/ima...=XXXXXXXXXXXXX
I need regex to get url without NATS code:
http://gallys.40somethingmag.com/ima...tyBlaze_28866/
I have this regex: .*\?.*?
but I end up with url like this:
http://gallys.40somethingmag.com/ima...yBlaze_28866/?



Comment