Investment Studio > Expressions > Functions > Text > UPPER
string upper(string argument)
Returns the argument string with all lower case letters converted to upper case.
Example
=upper("This is a string!")
equals "THIS IS A STRING!".
See also lower, proper.