Function strFirstCharToLowerCase

  • Converts the first character of a string to lowercase.

    Parameters

    • string: string

      The string to be converted.

    Returns string

    Example

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

Generated using TypeDoc