1
0
Fork 0

Add Regexp.escape

This commit is contained in:
Starbeamrainbowlabs 2015-07-11 16:15:21 +01:00
parent 3889c1e87c
commit ab6fb9e49a
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
## Parsing
- [DOM lite](https://github.com/litejs/dom-lite) - A small DOM implementation. Does not parse HTML currently.
- [Regexp.escape](https://github.com/jonathantneal/regexp-escape) - Pass this a string and it will return an escaped version for regular expressions.
## Amazing / Really Useful NPM Modules
This section could easily get absolutely huge, so it is limited to a *very* small selection of the best.