Home | History | Annotate | Download | only in src

Lines Matching refs:upper

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