Capitalize

Description

Changes the first character in a string value to upper case and returns the value in a new column.

If the first character in the string is not a lower case latin letter, no change to the value occurs.

Use

  • Argument:
    • Select an argument. (String)
  • Output field:
    • Enter an output field name.

Example

String valueCapitalize() returns
smithSmith
new yorkNew york
automation hero is a great company.Automation hero is a great company.
12. aug12. aug

Hero Platform_ Example

An example of this function can be found in Hero Platform_'s library of examples.

Download the example titled "function_Capitalize" to see an example of this function. 


Type

Formulas