mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
Bump to v4.7.0.
This commit is contained in:
4
split.js
4
split.js
@@ -3,10 +3,12 @@ define(['./toString'], function(toString) {
|
||||
/**
|
||||
* Splits `string` by `separator`.
|
||||
*
|
||||
* **Note:** This method is based on [`String#split`](https://mdn.io/String/split).
|
||||
* **Note:** This method is based on
|
||||
* [`String#split`](https://mdn.io/String/split).
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
* @since 4.0.0
|
||||
* @category String
|
||||
* @param {string} [string=''] The string to split.
|
||||
* @param {RegExp|string} separator The separator pattern to split by.
|
||||
|
||||
Reference in New Issue
Block a user