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

    Function capitalizeFirstLowerTail

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

      Parameters

      • Optionaltext: null | string

        the source string to check

      Returns undefined | null | string

      the letter uppercase and others lowercase representation of the given string

      David Hsing

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