Function capitalize

  • First letter uppercase, other lowercase

    Example

    capitalize('hello') => 'Hello'
    capitalize('hELLO') => 'Hello'

    Parameters

    • str: string

    Returns string

Generated using TypeDoc