例えば -
text = Československá obchodní banka;
text string contains diacritics like Č , á etc.
この文字列 "Československá obchodní banka" と を渡す関数を書きたいと思います function will return true if string contains diacritics else false
。
Az または az の範囲に収まらない文字を含む分音符号と文字列を別々に処理する必要があります。
1) If String contains diacritics then I have to do some XXXXXX on it.
2) If String contains character other than A-Z or a-z and not contains diacritics then do some other operations YYYYY.
やり方がわかりません。