Skip to content

Tamper: Implode

Available since: 1.0.0

Converts an array to a string.

Fields

Data to be tampered


This field supports tokens.

Result token name

Provide a token name under which the tampered result will be made available for subsequent actions.

String glue

Join array elements into a string. For example, array('a', 'b', 'c') would become "a, b, c". A space can be represented by %s, tabs by %t, and newlines by %n.