]> source.dussan.org Git - svg.js.git/commit
Fix regex for isNumber 444/head
authorsnowyplover <the.estuary@gmail.com>
Sun, 17 Jan 2016 09:40:56 +0000 (01:40 -0800)
committersnowyplover <the.estuary@gmail.com>
Sun, 17 Jan 2016 09:40:56 +0000 (01:40 -0800)
commit2131aa385ea8572e2580d094f467bf1403891122
tree55b4dd11fa488ab44287621cfab2f3e4cc953578
parentbda9f32dcd38ff1e71b5783bfa26f3012ae3cc7c
Fix regex for isNumber

Description of necessary functionality for a regex that matches Javascript numbers found in Eloquent Javascript, (Ch 9, last exercise). See: http://eloquentjavascript.net/09_regexp.html#h_izldJoT3uv
src/regex.js