Investment Studio > Expressions > Functions > Text > LOWER

string lower(string argument)

Returns the argument string with all upper case letters converted to lower case.

Example

=lower("This Is A String!")

equals "this is a string!".

See also proper, upper.