upcase
|
The upcase function converts lowercase Character or String into
uppercase Characters or String. The upcase function converts converts all lowercase characters in the
input Symbol into uppercase characters. Usage Use the upcase function to convert lowercase characters to uppercase
characters.String
Symbol
(upcase character) (upcase text) (upcase string) A new Character, Text or String with all the lowercase characters in the original
argument converted to uppercase.
(upcase symbol) A new Symbol with all lowercase characters in the original symbol
converted to uppercase.
Expression:
Arguments
Name
Type
Description Argument: string String, Text or Character
Any String or Text or Character to be converted to uppercase.
Returns:
Expression:
Arguments
Name
Type
Description Argument: symbol symbol
A Symbol.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
String | Text | Character | String |
Text | Character |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|