Function strFirstCharToUpperCase

  • Converts the first character of a string to uppercase.

    Parameters

    • string: string

      The string to be converted.

    Returns string

    Example

    strFirstCharToUpperCase('hello');
    //=> 'Hello'

Generated using TypeDoc