Skip to content

sindresorhus/escape-string-regexp

Repository files navigation

escape-string-regexp Build Status

Escape RegExp special characters

Install

$ npm install --save escape-string-regexp

Usage

var escapeStringRegexp = require('escape-string-regexp'); var escapedString = escapeStringRegexp('how much $ for a unicorn?'); //=> how much \$ for a unicorn\? new RegExp(escapedString);

License

MIT © Sindre Sorhus

About

Escape RegExp special characters

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 7