Javascript Regex For Validating For Alphanumeric Characters,all International Characters (japanese, Chinese, Russian Etc)
One of my project requirements is to validate a data field(text box from web page). I need to allow alpha numeric characters in all foreign languages (japanese,chinese,korean,russi
Solution 1:
You will need to use Unicode
regular expressions. Please check this previous SO thread in which various unicode matching mechanisms are discussed.
Post a Comment for "Javascript Regex For Validating For Alphanumeric Characters,all International Characters (japanese, Chinese, Russian Etc)"