First letter uppercase, other lowercase
capitalize('hello') => 'Hello'capitalize('hELLO') => 'Hello'
Generated using TypeDoc
First letter uppercase, other lowercase
Example