filter_flatten_value (zotonic_mod_base v1.0.0-rc.17)

Flatten a list to a comma separated string.

Example:

{{ [ "a", 100, "c" ]|flatten_value }}

Gives:

a,100,c

As list of only integers in the range 32..255 is assumed to be a string.

Summary

Functions

flatten_value/2