Joins multiple strings together
summary (oneliner)
Joins/merges multiple strings together.
Spaces and line breaks can be added to the end of each string.
doc
issues
youtube id
caniuse query
collections
Inputs
add spaces (boolean /Number)
Adds a space to the end of each string
new lines (boolean /Number)
Adds a line break to the end of each string
string 0 (String)
String 0 in
string 1 (String)
String 1 in
string 2 (String)
String 2 in
string 3 (String)
String 3 in
string 4 (String)
String 4 in
string 5 (String)
String 5 in
string 6 (String)
String 6 in
string 7 (String)
String 7 in
Outputs
concat string (String)
Merged strings out
Changelog
created op
2019-06-20 - andro
2019-06-20 - andro