Returns the decapitalized string
decapitalize('Foo Bar'); // 'foo Bar'
decapitalize('Hello World', true); // 'hello world'
Optional
Generated using TypeDoc
Returns the decapitalized string
Example
Example