How to use Regular Expression to accept only Arabic or in Urdu characters in ASP.NET MVC
Hi itsoftsaeed,
Use ^[\u0621-\u064A0-9 ]+$
Reference: https://stackoverflow.com/questions/29729391/regular-expression-arabic-characters-and-numbers-only
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.