Forum Discussion
You might try one of these:
- ^[A-Za-z0-9\s!@#$%^&*()\-_=+[{\]}|;:'",.<>\/?]*$
- ^[A-Za-z0-9\p{M}\s\p{P}\p{S}]*$
Hello
On AWAF-F5, I would like to create a regex PCRE expression on my F5 with the Data Type of my parameter that accept only the latin alphabet and special characters (spaces too), but not the chinese, cyrillics alphabets.
Thank you
You might try one of these: