Convert a given text to title case.
This operation converts a given string to title case, meaning that the first letter of each word in the string is capitalized, while other words remain lowercase.
"hello world" → Hello World
"this is a sample text" → This Is A Sample Text
This operation supports two alternative formats.
This syntax uses an explicit get.
The table below lists the names of the data elements in this operation and indicates which can be renamed in the syntax.
the text
Yes
input
The input text to be converted to title case.
hello world
this is a sample text
Yes
the text is "{input}"
get the text's titlecasethe text is "{input}"
the text's titlecasethe article name is "ultimate guide to automation"
get the article name's titlecaseUltimate Guide To Automationthe airline is "skyswift airways"
the airline's titlecaseSkyswift Airways