Home

constant: lowerFirst


  {
    "comment": "/**\r\n * Converts the first character of `string` to lower case.\r\n *\r\n * @since 4.0.0\r\n * @category String\r\n * @param {string} [string=''] The string to convert.\r\n * @returns {string} Returns the converted string.\r\n * @example\r\n *\r\n * lowerFirst('Fred')\r\n * // => 'fred'\r\n *\r\n * lowerFirst('FRED')\r\n * // => 'fRED'\r\n */",
    "meta": {
        "range": [
            390,
            433
        ],
        "filename": "lowerFirst.js",
        "lineno": 18,
        "path": "C:\\Users\\beaujeup\\projects\\jsdoc-template\\examples\\lodash\\lodash-repo",
        "code": {
            "id": "astnode100005713",
            "name": "lowerFirst",
            "type": "CallExpression",
            "value": ""
        }
    },
    "description": "Converts the first character of `string` to lower case.",
    "since": "4.0.0",
    "tags": [
        {
            "originalTitle": "category",
            "title": "category",
            "text": "String",
            "value": "String"
        }
    ],
    "params": [
        {
            "type": {
                "names": [
                    "string"
                ]
            },
            "optional": true,
            "defaultvalue": "''",
            "description": "The string to convert.",
            "name": "string"
        }
    ],
    "returns": [
        {
            "type": {
                "names": [
                    "string"
                ]
            },
            "description": "Returns the converted string."
        }
    ],
    "examples": [
        "lowerFirst('Fred')\r// => 'fred'\r\rlowerFirst('FRED')\r// => 'fRED'"
    ],
    "name": "lowerFirst",
    "longname": "lowerFirst",
    "kind": "constant",
    "scope": "global",
    "___id": "T000002R000530",
    "___s": true,
    "filepath": "lowerFirst.js"
}