Your tokenize function is bad vegetable
Closed this issue · 1 comments
lingsamuel commented
while (match = this.tokenElements.split.exec(str)) {
result.push(match[1]);
console.log(match);
}
match[1] is a hardcode, because my split regex does not have any group.
zurl commented
That's feature :)
you can submit a PR