Forum Discussion
Regex issue
- Nov 10, 2023
I somehow got it to work with this solution (not sure why it wasn't working before)
amp;[a-zA-Z0-9]*
You can try this:
amp;arg2[01]
This site can help you test your regular expressions:
regex101: build, test, and debug regex
- Darius44Nov 10, 2023Altocumulus
Hello,
Thank you for your answer.
I tried it and it still doesn't work.
Anyway there is the posibility that the parameters in the request will be amp;Arg02 or amp;arg100 or even amp;Opt10
The regex in my opinnion should match any parameter that starts with this string amp; and then anything else untill the = sign
I also tried it on the regex website and even on the f5 regex tester and the regex appears to be ok but when I try to use it in the policy it fails
- Nov 10, 2023
This?
amp;[a-zA-Z0-9]+=
- Darius44Nov 10, 2023Altocumulus
Same
Just to be sure that I am doing it correctly I attached the parameter creation page and the error that I get
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com