1
0
Fork 0

Add is.js

This commit is contained in:
Starbeamrainbowlabs 2015-07-11 16:18:43 +01:00
parent ab6fb9e49a
commit 0bb67b3b1d
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,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.
- [is.js](https://github.com/rthor/isjs) - Check to see if a string is in the format of many common things - e.g. credit card number, date, phone numbe , ISBN number, etc.
## Amazing / Really Useful NPM Modules
This section could easily get absolutely huge, so it is limited to a *very* small selection of the best.