Skip to content

capitalize

capitalize(s): string

Defined in: Data/Str.ts:121

Converts the first character of a string to uppercase.

string

string

pipe("hello", Str.capitalize); // "Hello"