containsLatinLetter
Return a Boolean if the string contains latin letter.
Example:
"Hello".containsLatinLetter // true
"Hello 1".containsLatinLetter // true
"0 0".containsLatinLetter // false
Content copied to clipboard
Since
1.1.0