Function titleize

  • Capitalize the first letter of every word in the string.

    Returns

    • The titleized string

    Parameters

    • s: string

      A string to titleize

    Returns string

Generated using TypeDoc