Sign up for Free
Pricing
About
Documentation
Documentation
Keecode / Core Concepts
Variables
Conditions
Loops
Operators
Keecode / Functions
bool
capitalize
count
css
date
except
extract
float
int
join
json
list
lower
mail
normalize
phone
prefix
range
replace
retry
search
search_extract
similarity
split
str
sub
suffix
sum
upper
url
urlparse
xpath
Open site navigation
Open site navigation
Pricing
Sign in
Sign up
capitalize
Normalize a String : upper case the first character, and lower case the rest of it.
capitalize
($data
)
:
String | List(String)
$data.
capitalize
(
)
:
String | List(String)
Parameters
$data
String | List(String)
Works with a string, or a list of strings.
Examples
How to capitalize a String (or a List of Strings)