Home | History | Annotate | Download | only in src

Lines Matching full:upper

971     // Make sure the first letter is upper case.
972 command.replace(0, 1, command.substring(0, 1).upper());