From 0bb67b3b1dbce42a500dd948d531034a552388ab Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 11 Jul 2015 16:18:43 +0100 Subject: [PATCH] Add is.js --- BigBoxOfJavascript.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BigBoxOfJavascript.md b/BigBoxOfJavascript.md index 8af39d4..4d5dfb7 100644 --- a/BigBoxOfJavascript.md +++ b/BigBoxOfJavascript.md @@ -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.