Tamper: Implode¶
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.
Last update:
August 1, 2023 15:32:39