each-csv

0.1.2 • Public • Published

each-csv Build Status Code Climate

Iterate over comma-separated values in string, ignoring parentheses.

var eachCSV = require('each-csv').
 
eachCSV('a, b(2,3), c,, d(a())', function(value){
    console.log(value)
});
 
//'a', 'b(2,3)', 'c', '', 'd(a())'

NPM

/each-csv/

    Package Sidebar

    Install

    npm i each-csv

    Weekly Downloads

    1

    Version

    0.1.2

    License

    unlicensed

    Last publish

    Collaborators

    • dfcreative