Get Uppercase Text
Convert a given text to uppercase.
Last updated
Was this helpful?
Convert a given text to uppercase.
This operation takes a string as input and returns its uppercase equivalent. It’s useful for standardizing text formats, especially when dealing with case-sensitive data.
"hello world" → HELLO WORLD
"This is a sample text" → THIS IS A SAMPLE TEXT
This syntax uses an explicit get.
the text is "{input}"
get the text's uppercasethe text is "{input}"
the text's uppercaseThe table below lists the names of the data elements in this operation and indicates which can be renamed in the syntax.
the text
Yes
Parameters are placeholders for data. Refer to the table below for details on each parameter in this operation. In the syntax, replace parameters with your own values.
input
The input text to be converted to uppercase.
aa1234
Yes
Last updated
Was this helpful?
Was this helpful?
the flight number is "aa1234"
the flight number's uppercaseAA1234the promo code is "save20"
get the promo code's uppercaseSAVE20
