Modifier: shuffle
Shuffles a string or an array to make it all random.
string: Mr. Roboto was the original hipster.
array:
- Sonic
- Knuckles
- Tails
{{ string | shuffle }}
{{ array | shuffle }}
string: a nhglRsws.oMtiotr hprriao eeo.b ti
array:
- Tails
- Knuckles
- Sonic
Additional Reading
Learn how to use and chain modifiers in the Antlers template guide.