| 1. | Distinguishes between uppercase and lowercase letters 区分大写字母和小写字母。 |
| 2. | Function to return an uppercase version of a string 函数返回字符串的大写版本。 |
| 3. | Converts all characters that follow to uppercase 将后续所有字符都转换为大写。 |
| 4. | Returns an uppercase string representation of this 对象的大写字符串表示形式。 |
| 5. | Uppercase letters are sorted before lowercase letters 大写字母排在小写字母之前。 |
| 6. | Lowercase letters are sorted before uppercase letters 小写字母排在大写字母之前。 |
| 7. | Changes the selected text to uppercase characters 将选定文本更改为大写字符。 |
| 8. | Converts all characters in a string to uppercase 将字符串中的所有字符转换为大写。 |
| 9. | If c is already uppercase or not alphabetic 已经是大写形式或不是字母,则为 |
| 10. | Which sorts the strings with uppercase letter first ,即先按大写字母对字符串排序。 |