Open henry-luo opened 6 years ago
There are two small mistakes in the sample code in readme.md.
var g = new function() { var delimiter = ","; // need to define delimiter first this.textdata = m.notChar('\n\r"' + delimiter); ... } console.log(parser(input));
parser
parse
There are two small mistakes in the sample code in readme.md.
parser
, notparse
.