Upper
Convert to uppercase.
upper returns an uppercase version of the passed string.
Usage
String.upper()
Or
upper(String)
Returns
String
Examples
set a = "Hello There";
echo ${a.upper()};
Result:
HELLO THERE
### See Also
lower()
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified August 31, 2024: Signed-off-by: tracyragan <[email protected]> (20379ca)