Returns the capitalized string
capitalize('foo bar'); // 'Foo bar'
capitalize('hello world', true); // 'Hello World'
Optional
Generated using TypeDoc
Returns the capitalized string
Example
Example