Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Data > Text |
The Capitalize step will capitalize the first letter in each word of the String input. It will not capitalize any other characters except for the first.
This step will not make any character in lowercase
This step will make the value of "this brown bear" turn into "This Brown Bear". It will not make any alterations to the string "THIS BROWN BEAR". This step will only change characters by making them capital.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Value | String to capitalize | String |
Outputs
Property | Description | Data Type |
---|---|---|
Capitalize1_Output | Capitalized string | String |