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 <

Dependents (0)

Package Sidebar

Install

npm i gr-concat-string

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

8.5 kB

Total Files

7

Last publish

Collaborators

  • geilsonrm