Characters in Strings
- CharacterRange — range of characters with successive character codes
- Characters — list the characters in a string
- LowerCaseQ — test whether all the characters are lower-case letters
- ToLowerCase — turn all the letters into lower case
- ToUpperCase — turn all the letters into upper case
- UpperCaseQ — test whether all the characters are upper-case letters