1
0
Fork 0
mirror of https://github.com/sbrl/thebigwarehouse.git synced 2018-01-10 21:33:45 +00:00

Add Regexp.escape

This commit is contained in:
Starbeamrainbowlabs 2015-07-11 16:15:21 +01:00
parent 3889c1e87c
commit ab6fb9e49a

View file

@ -41,6 +41,7 @@
## Parsing ## Parsing
- [DOM lite](https://github.com/litejs/dom-lite) - A small DOM implementation. Does not parse HTML currently. - [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 ## Amazing / Really Useful NPM Modules
This section could easily get absolutely huge, so it is limited to a *very* small selection of the best. This section could easily get absolutely huge, so it is limited to a *very* small selection of the best.