Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

escape-regexp-component

tjholowaychuk892.6k1.0.2

Escape regular expression special characters

escape, regexp, utility

readme

escape-regexp

Escape regular expression special characters.

Example

var escape = require('escape-regexp');
escape(str);

License

MIT