chkaufmann 17 Posted March 4, 2019 My input is a string and I would like to know if: - the string contains cyrillic characters - the string contains greek characters - the string contains thai characters Or more general: If the string contains characters, that are not "near the latin characters". So for äèü it should be false, but for Афонина it should be true. Christian Share this post Link to post
Alexander Sviridenkov 356 Posted March 5, 2019 You can use unicode ranges https://jrgraphix.net/r/Unicode/ Share this post Link to post