kaven-basic - v6.0.0
    Preparing search index...

    Function CapitalizeWords

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

      Parameters

      • str: string

        The input string to capitalize.

      Returns string

      A new string with the first letter of each word capitalized.

      CapitalizeWords("hello world"); // "Hello World"
      

      4.0.0

      2021-12-14