Hi all,
I need it validation if Arabic letter only accept otherwise getting error. :- Arabic alphabet only accept.
It's possible to add : regularExpression.Regex::Match("Arabic");?
Thanks
Hi Waytod365,
You can use regular expressions, but the example you provided would only allow sentences with the word Arabic. In fact, your question is not particularly related to Dynamics 365.
The pattern for Arabic characters can be setup. Read about this on the next page where someone asked the same question: regex - Regular Expression Arabic characters and numbers only - Stack Overflow
If you want to learn more about Regular Expressions (regex), you can find a wealth of information on the internet.