• Returns the decapitalized string

    Example

    decapitalize('Foo Bar'); // 'foo Bar'
    

    Example

    decapitalize('Hello World', true); // 'hello world'
    

    Parameters

    • str: string
    • Optional allWords: boolean = false

    Returns string

Generated using TypeDoc