Skip to content

capitalize

capitalize(string, firstLetterOnly?): string

Defined in: src/util/lang_string.ts:11

Capitalizes a string

string

String to capitalize

boolean = false

If true only first letter is capitalized and other letters stay untouched, if false first letter is capitalized and other letters are converted to lowercase.

string

Capitalized version of a string