To Upper
The To Upper node is used to convert all the alphabets in the string to UpperCase.
Properties Panel
General
Field | Description | Required |
Node name | true | |
Variable Name | Variable name containing string which you want to convert to Upper Case | true |
Example
Let's say you want to convert all the chracters in cosmocloud
stored in $.variables.company
to upper case.
Set
Variable Name
to$.variables.company
.
It will convert the string in place and store in the same variable. If variable $.variables.company
doesn't exist, it'll raise an error.
Returns
This node does not return any value, but stores the modified string in the same variable provided in <Variable Name>
in the flow context.
Last updated