mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Bump to v4.7.0.
This commit is contained in:
@@ -6,13 +6,14 @@ define(['./toString'], function(toString) {
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
* @since 4.0.0
|
||||
* @category String
|
||||
* @param {string} [string=''] The string to convert.
|
||||
* @returns {string} Returns the lower cased string.
|
||||
* @example
|
||||
*
|
||||
* _.toLower('--Foo-Bar');
|
||||
* // => '--foo-bar'
|
||||
* _.toLower('--Foo-Bar--');
|
||||
* // => '--foo-bar--'
|
||||
*
|
||||
* _.toLower('fooBar');
|
||||
* // => 'foobar'
|
||||
|
||||
Reference in New Issue
Block a user