Skip to content

capitalize

capitalize(s): string

Defined in: Data/Str.ts:168

Converts the first character of a string to uppercase.

string

string

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