To Upper Case

Convert all letters in a string to uppercase.

Input

Field Definition Type Required
text String value that contains lower and upper case letters. String TRUE

Output

Field Definition Type
output String value after all letters are converted to upper case. String

Example

If the text field contains aBcdeFg, then the output field returns ABCDEFG.

If the text field contains This is an input value., then the output field returns THIS IS AN INPUT VALUE..

Related topics

Functions in Workflows

Workflow elements