Functionescape* Converts the characters "&", "<", ">", '"', "'", and "\`" in `string` to * their corresponding HTML entities. * * **Note:** No other
extra/js/lib/lodash.js:13758
FunctionescapeRegExp* Escapes the `RegExp` special characters "^", "$", "\", ".", "*", "+", * "?", "(", ")", "[", "]", "{", "}", and "|" in `string`. * * @
extra/js/lib/lodash.js:13780