Question
4
Replies
4117
Views
Posted: July 27, 2017
Last activity: August 14, 2018
How to write an edit validate rule to validate text entered to only arabic.
How to write an edit validate rule to validate text entered to a text box is only Arabic. It should throw an error if you enter English chars to a field that receives Arabic chars.
***Edited by Moderator Marissa to update categories***
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Hi Sarita,
Thanks for posting your query on PSC!!!
We don't have any OOTB validate rules to fix your issue. as an alternative approach, you can use javascript/java code in validate rule which includes regExp to validate your business requirement.
Hope the below reference may help to resolve your issue.
https://stackoverflow.com/questions/11323596/regular-expression-for-arabic-language
https://stackoverflow.com/questions/29729391/regular-expression-arabic-characters-and-numbers-only
Thanks,
Best regards,
Naveen