Stripping Tracker Portions From a URL (Clean URL Parameters)

Here's your regex expression:

([^?]*)

You can see it explained here: https://regex101.com/r/fW8mM1/1 (look for the "Explanation" section).

Here's one way to use it:

1 Like