Home >Web Front-end >JS Tutorial >Example of Javascript prohibiting input of Chinese or English_javascript skills
This tutorial teaches you how to use Javascript to limit the input of English or limit the input of Chinese.
English input is prohibited:
Use regular expressions to limit input to Chinese only:
1. Use regular expressions to limit the input of only full-width characters:
2. Use regular expressions to limit input to numbers:
3. Use regular expressions to limit input to numbers and English only: