Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

Help with creating a regular expression

iRule
Cirrus
Cirrus

Dear Community,

I am trying to implement parameter value to be starting with +233

Can I use a regular expression validator to achieve it?

Please inform which regualar expressoin will be equal to +233

This regular expression I would be using in parameter

Best Regards

1 REPLY 1

Lidev
MVP
MVP

Hi,

You can validate you regular expression with the regular expression validator on the F5 BIG-IP.
A good ressources to create/learn and how to works Regex :
https://regexr.com/ 
https://regex101.com/ 

Regards