mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 23:37:49 +00:00
Bump to v4.7.0.
This commit is contained in:
@@ -3,10 +3,12 @@ define(['./toString'], function(toString) {
|
||||
/**
|
||||
* Replaces matches for `pattern` in `string` with `replacement`.
|
||||
*
|
||||
* **Note:** This method is based on [`String#replace`](https://mdn.io/String/replace).
|
||||
* **Note:** This method is based on
|
||||
* [`String#replace`](https://mdn.io/String/replace).
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
* @since 4.0.0
|
||||
* @category String
|
||||
* @param {string} [string=''] The string to modify.
|
||||
* @param {RegExp|string} pattern The pattern to replace.
|
||||
|
||||
Reference in New Issue
Block a user