I want user to input only the nepali language in the HTML input form. I had use the following regex
[^a-zA-Z0-9]+
to avoid english alphabets and numbers but user are able to add other characters. Is there any other method or regex pattren to validate the nepali text or hindi text.