html5 - HTML pattern Arabic letters -


i want insert arabic letters in pattern english letters

pattern="[a-za-z0-9-_. ]{1,30}"

i have no idea how accomplish action.

the range arabic , persian shared code used arabic too.

[أ-يa-za-z] 

this reference finding character range of unicode languages:

preg_replace , preg_match arabic characters

http://unicode.org/charts/


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -