I want Regular Expression to accept only Arabic characters, Spaces and Numbers. Numbers are not required to be in Arabic. I found the following expression: ^[\u0621-\u064A]+$ which accepts only ...
I want Regular Expression to accept only Arabic characters, Spaces and Numbers. Numbers are not required to be in Arabic. I found the following expression: ^[\u0621-\u064A]+$ which accepts only ...