string-escape-regex
A tiny function for escaping a string to be used as the source in a regex.
Last updated 4 years ago by fabiospampinato .
Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install string-escape-regex 
SYNC missed versions from official npm registry.

String Escape Regex

A tiny function for escaping a string to be used as the source in a regex.

Install

npm install --save string-escape-regex

Usage

import escape from 'string-escape-regex';

escape ( 'foo()' ); // => 'foo\\(\\)'

License

MIT © Fabio Spampinato

Current Tags

  • 1.0.0                                ...           latest (4 years ago)

1 Versions

  • 1.0.0                                ...           4 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (3)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |