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:
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: