0

I am working on a form which one of its custom validators should only accept English and Persian text, I tried the following expression that includes English and Arabic characters only, Arabic doesn't include all Persian characters, any help

ValidationExpression="^[\u0600-\u065F\u066A-\u06EF\u06FA-\u06FFa-zA-Z]+[\u0600-\u065F\u066A-\u06EF\u06FA-\u06FFa-zA-Z-_]*$

0 Answers0