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 value | Capitalize() returns |
---|---|
smith | Smith |
new york | New york |
automation hero is a great company. | Automation hero is a great company. |
貓 | 貓 |
12. aug | 12. 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