Vika a1fdb9607d hw react2 %!s(int64=2) %!d(string=hai) anos
..
index.js a1fdb9607d hw react2 %!s(int64=2) %!d(string=hai) anos
license a1fdb9607d hw react2 %!s(int64=2) %!d(string=hai) anos
package.json a1fdb9607d hw react2 %!s(int64=2) %!d(string=hai) anos
readme.md a1fdb9607d hw react2 %!s(int64=2) %!d(string=hai) anos

readme.md

escape-string-regexp Build Status

Escape RegExp special characters

Install

$ npm install --save escape-string-regexp

Usage

const escapeStringRegexp = require('escape-string-regexp');

const escapedString = escapeStringRegexp('how much $ for a unicorn?');
//=> 'how much \$ for a unicorn\?'

new RegExp(escapedString);

License

MIT © Sindre Sorhus