NewDash

    Function escapeRegExp

    • Escapes the RegExp special characters "^", "$", "", ".", "*", "+", "?", "(", ")", "[", "]", "{", "}", and "|" in string.

      Parameters

      • string: string

        The string to escape.

      Returns string

      string Returns the escaped string.

      5.12.0

      [[escape]], [[escapeRegExp]], [[unescape]]

      escapeRegExp('[lodash](https://lodash.com/)')
      // => '\[lodash\]\(https://lodash\.com/\)'
    MMNEPVFCICPMFPCPTTAAATR