I am trying to find a regular expression where the input is just arabic, space and numbers (but with no predefined order)
Regex regex = new Regex("[\u0600-\06ff\\s0-9]*");
when the input is 4, this is the exception:
parsing "[-
{"parsing \"[-\06ff\\s0-9]*\" - [x-y] range in reverse order."}
\u0600is an underscore\06ffis not a valid unicode point.