Skip to content

reverse

Reverses an array. (standard Liquid filter.)

Example

{{ "a,b,c" | split: "," | reverse | join: "" }}

Output:

cba