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

    Function capitalizeFirst

    • Returns the first letter uppercase representation of the given string

      Parameters

      • Optionaltext: string | null

        The source string to check

      Returns string | null | undefined

      the first letter uppercase representation of the given string

      David Hsing

      capitalizeFirst('fooBar');    // 'FooBar'