Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/component/escape-regexp

USE https://github.com/sindresorhus/escape-string-regexp
https://github.com/component/escape-regexp

Last synced: 13 days ago
JSON representation

USE https://github.com/sindresorhus/escape-string-regexp

Awesome Lists containing this project

README

        

# escape-regexp

Escape regular expression special characters.

## Example

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

## License

MIT