Skip to content Skip to sidebar Skip to footer

Allowing Non-latin Characters With Regex

Possible Duplicate: Regular expression to match non-english characters? I am using this regex to limit some characters. I wanted to change this to allow all latin and non-latin

Solution 1:

You can use XRegExp. This supports Unicode.


Solution 2:


Post a Comment for "Allowing Non-latin Characters With Regex"