Skip to main content
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.

Fields

No configurable options available

Sample data

Input dataOutput data
”this is converted""THIS IS CONVERTED”