문제

I want to build a form for the user to fill and submit.

There is a free text field.

How can i check the user didn't enter garbage, like: fhskdjfhjkdshfkjhsd

maybe like checking 3 random words are in English dictionary

or any other language i choose to check (Hebrew for the moment)

도움이 되었습니까?

해결책

you could check out this library

https://code.google.com/p/language-detection/

or the ones mentioned in the answer to this question:

How to detect language of user entered text?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top