Function titleCase

  • Given a string, title case the words in the string.

    Parameters

    • str: string

    Returns string

    the same string, but with each word capitalized.

Generated using TypeDoc