I am making a program that requires me to test whether a certain character in a string is capital. I was wondering if there was anyway I could do this like:
string is A-Z
That would determine whether the string is any letter from A to Z
String comparisons
|