Get Lowercase Text
Convert a given text to lowercase format.
Last updated
Was this helpful?
Convert a given text to lowercase format.
This operation takes input text and converts it to lowercase. It’s useful for standardizing text input and making it consistent for display and comparison purposes.
"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 lowercasethe text is "{input}"
the text's lowercaseThe 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 text string that needs to be converted to lowercase.
123 Main STREET
Yes
This example converts the address "123 Main STREET" to lowercase, resulting in "123 main street".
This example converts the name "JANE DOE" to lowercase, resulting in "jane doe."
Last updated
Was this helpful?
Was this helpful?
the address is "123 Main STREET"
get the address's lowercase123 main streetthe name is "JANE DOE"
the name's lowercasejane doe
