string-upper Takes the given input and casts all letters to an upper case. The exact opposite of String: Convert to lowercase mapper. Can be used to create a form of uniformity in data. The input should be a string and all other data types will throw exceptions.Documentation Index
Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
Use this file to discover all available pages before exploring further.
Fields
No configurable options availableSample data
| Input data | Output data |
|---|---|
| ”this is converted" | "THIS IS CONVERTED” |