Skip to content

Commit 9edd04e

Browse files
committed
add "implode" function
1 parent e9e5d3e commit 9edd04e

File tree

1 file changed

+1
-0
lines changed
  • content/feature/expression-language/array-expression-functions

1 file changed

+1
-0
lines changed

content/feature/expression-language/array-expression-functions/_index.en.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ foo: '@=map(input["attributes"], extractData("[fr_FR][data]"))'
6060
| intersect(`array` array, `array` ...arrays): `array` | Computes the intersection of arrays |
6161
| filterList(`string` iterator, `string` callback): `FilterIterator` | Filters elements of an array using a callback function |
6262
| mapValues(`array` input, `array{pattern: replacement}` values): `array` | Finds multiple matches in the input and replaces them with a value, with the format `{pattern: replacement, pattern: replacement ... }` |
63+
| implode(`string` $separator, `array` $array): `string` | Turns a list into a string |
6364

6465
### Closures that can be provided to reduce
6566

0 commit comments

Comments
 (0)