From 8bbf3518ee79c7ba4c00cf65433886e4b21fc9e0 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 24 Jul 2015 18:40:38 +0100 Subject: [PATCH] Add complex.js --- BigBoxOfJavascript.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BigBoxOfJavascript.md b/BigBoxOfJavascript.md index 4d5dfb7..2a4f408 100644 --- a/BigBoxOfJavascript.md +++ b/BigBoxOfJavascript.md @@ -39,10 +39,11 @@ - [Dragula](https://github.com/bevacqua/dragula) - Super simple drag & drop - [Insignia](http://bevacqua.github.io/insignia/) - Easy tag input -## Parsing +## Parsing and Manipulation - [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. + - [Complex.js](https://github.com/infusion/Complex.js) - A complex number manipulation library. ## Amazing / Really Useful NPM Modules This section could easily get absolutely huge, so it is limited to a *very* small selection of the best.