Function stringCapitalizeEachWord

  • Capitalizes the first letter of each word of the given string.

    Parameters

    • string: string

      the string to compute.

    Returns string

    the result string.

Generated using TypeDoc