capitalize
Last updated
Last updated
Converts all the first characters of the words in the passed value to upper case.
Name | Description | Input Type | Default | Options | Required |
---|---|---|---|---|---|
Description | Output Type |
---|---|
N/A
Coming soon.
The user wants to convert all the first letters of the value passed to upper case.
Call the function console
. Call the function capitalize
inside the value
parameter of the console
function.
string: i am hungry
string
The value to be capitalized.
String/Text
-
-
Yes
Returns the converted value.
String/Text