DB
FunctionsString

initcap

Uppercases the first letter of each word and lowercases the remaining letters, using ASCII word boundaries.

initcap(…) → String

Kind · scalar

Uppercases the first letter of each word and lowercases the remaining letters, using ASCII word boundaries.

Part of the String family.