@eloritzkovitz/server-essentials
    Preparing search index...

    Function titleCase

    • Capitalizes the first letter of every significant word in a string, but leaves minor words (like "and", "the", "of") in lowercase unless they are the first or last word.

      Parameters

      • str: string

        The input string.

      • minorWords: string[] = DEFAULT_MINOR_WORDS

      Returns string

      The smart title-cased string.