Help with RegEx
-
I have a url I’m trying to redirect. However there is a portion that is a GUID that will vary each time.
URL: subscription-confirmation/?wysija-page=1&controller=confirm&wysija-key=368a218231b81869348dc7be321ec4e0&action=subscribe&page=subscription-confirmation&wysiconf=WyIzIl0=
I thought if I replaced the key with: {^[A-Za-z0-9_]+$}
that I should be able to redirect, but so far – no dice.Any thoughts on what I’m missing?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Help with RegEx’ is closed to new replies.