@unikue/ts-lang-utils
    Preparing search index...

    Function capitalizeFirstLowerTail

    • Returns the first letter uppercase and others lowercase representation of the given string

      Parameters

      • Optionaltext: string | null

        The source string to check

      Returns string | null | undefined

      the letter uppercase and others lowercase representation of the given string

      David Hsing

      capitalizeFirstLowerTail('fooBar');    // 'Foobar'