I'm trying to validate input with NodeJS but I'm facing a lot of language problems. When I'm using validator.js, then I need to select a specific language and can't choose all. And when I'm using other alphanum validators, then they don't accept Japanese and other non-latin based alphabets. Anyone with good ideas or experience of this that can help?
Asked
Active
Viewed 133 times
0
-
1You can check [JavaScript regex for validating for alphanumeric characters,all international characters (Japanese, Chinese, Russian etc)](https://stackoverflow.com/questions/10006998/javascript-regex-for-validating-for-alphanumeric-characters-all-international-ch). – Shubham Sharma Jan 17 '20 at 09:24
-
1I don't like it but it's the best solution I can find. Thank you for the help :) – Christian Nilsson Jan 28 '20 at 14:14