gr-concat-string

1.0.0 • Public • Published

gr-concat-string

Concatenates string array by passing as divider text, initial and final.

Examples:

concatString( ['One', 'Two', 'three'], ',', 'Numbers(', ');' );

\\ Numbers(One,Two,three);
concatString(['One', 'Two', 'three'], ' - ', '> ', ' <');

\\ > One - Two - three <

/gr-concat-string/

    Package Sidebar

    Install

    npm i gr-concat-string

    Weekly Downloads

    0

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    8.5 kB

    Total Files

    7

    Last publish

    Collaborators

    • geilsonrm