Convert a text string to upper case.
string strupper <string:Text>
| Name | Type | Comment |
|---|---|---|
| Text | string | The text string to be converted to UPPER CASE. |
A string containing the input text converted to upper case.
echo <strupper "this was all lower case">
… the output of which is written to the event log by echo as:
THIS WAS ALL LOWER CASE
None.