Function sentenceCase

  • Converts the first character of string to upper case and the remaining to lower case.

    Parameters

    • str: string

      String to convert.

    Returns string

    the converted string.

Generated using TypeDoc