I have these two expressions:
[a-zA-Z''-'\s]*
or
[اآبپتثجچحخدذرزژسشصضطظعغفقکگلمنوهی\s]+$
I want to use them in expression validator and I don't know how to merge them.
Actually I need validator to valid just these two expressions or any combination of them.
I have tested | too.
\s). What do you mean by "merge"? – Blender Jan 19 at 20:45[<english><persian>]+? – JaredC Jan 19 at 20:58