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