Hi All
I have a string, and I want to check if the string contain anything other than the English Alphabets, Numbers, and Special Characters
.
Basically, my string sometimes can contains any other language apart from English, if that is the case, I need to ignore a set of code.
eg: Address : "“福建省泉州市南安市水头镇东南小区1栋11”
So here above, If I can find it does not contain English alphabets, (other language) I need to ignore this even If it contains Numbers.