• Converts a string to title case.

    Parameters

    • str: string

      The string to convert.

    Returns string

    The title-cased string.

    0.8.0