@gr-code/js-utils
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • 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 <

Readme

Keywords

Package Sidebar

Install

npm i @gr-code/js-utils

Weekly Downloads

2

Version

1.0.2

License

ISC

Unpacked Size

10.8 kB

Total Files

10

Last publish

Collaborators

  • geilsonrm