ProtoFlux:String Join

From Resonite Wiki
Revision as of 01:04, 19 February 2024 by 989onan (talk | contribs) (rookie numbers)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Join
Separator
*
Inputs
+
-
Strings

String Join is a protoflux node that can take a Separator (String), and a some Inputs (List of String) and combine them, separating each item with Separator (String), or with nothing if Separator (String) is not provided.

Inputs

Separator (String)

The item to separate the Inputs (List of String) when joined.

Inputs (List of String)

The items to join together

Outputs

* (String)

Returns all Inputs (List of String) joined together in order while separated by Separator (String).

Examples