@ac-essentials/misc-util
    Preparing search index...

    Function startCase

    • Converts a string to start case, replacing word separators with spaces and capitalizing the first letter of each word.

      Parameters

      • input: string

        The input string.

      Returns string

      The start cased string.