So im using jquery validation on my script to only allows certain characters. I\'ve had a request to allow the script to use arabic characters aswell. How would i do this?>
Via this site you can easily create unicode regex for many languages:
Arabic:
[\u0600-\u06FF]