Upper
Description
A string field's values are converted into all uppercase letters. A new column is created for the results.
Use
- Input field:
- Select a field. (String)
- Output field name:
- Enter an output field name.
Example
String | Upper() returns |
---|---|
I love Automation Hero! | I LOVE AUTOMATION HERO! |
123abc456 | 123ABC456 |
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_Upper" to see an example of this function.