Skip to content

packages-npm/js-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published