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:
parent
3889c1e87c
commit
ab6fb9e49a
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue