capitalize
capitalize(
string
,firstLetterOnly?
):string
Defined in: src/util/lang_string.ts:11
Capitalizes a string
Parameters
Section titled “Parameters”string
Section titled “string”string
String to capitalize
firstLetterOnly?
Section titled “firstLetterOnly?”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.
Returns
Section titled “Returns”string
Capitalized version of a string