Converts all the characters in a string to upper case.
Syntax |
Description |
---|---|
upper(string); |
Converts a string to upper case. |
Example
Use upper case for all the characters in a string.
?upper("name"); NAME
See Also
List of commands , length , substring , findstring , replace , str2num , num2str , splitstring , lower , toscript