Hi for example i have a String
in sinhala unicode
String variable = "සහ"; - Correct String
String variable = "XසහS"; - Incorrect String
I want to validate if ALL the characters string is in the specific unicode range which belongs to that specific language.
Any idea of achiving this ?