There's a comment form where I'd want people to be able to write in foreign languages too. But, for example, my spam-filtering mechanism would block something naiive as the word "été" simply because it has no vowels in it (english vowels that is).
Gibi ünlüleri tespit için regex kullanarak benim soru ise:
$pattern = '/[aeiou]/';
Ben sadece yazmak değil
$pattern = '/[aeiouéáíúó...]/';
ve sunucu iyi olduğunu yorumlamak istiyorum. How can I do this so that it IS interpreted well?
Gibi non-latin alfabeler için rusça ve ibranice, is there a method that I can detect which language the content belongs to and perform an appropriate spam-filtering mechanism?
"Gjkdkgahg" veya "ttt", bir halka görünür sayfası: tüm spam filtreleme amacı gibi bir şey bloke etmektir.