shuffle Modifier

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 }}
{{ Statamic::modify($string)->shuffle() }}
{{ Statamic::modify($array)->shuffle()->fetch() }}
string: a nhglRsws.oMtiotr hprriao eeo.b ti
array:
- Tails
- Knuckles
- Sonic
HR: Section
Related Modifiers

These similar modifiers may aid you on your quest.

rotate-vertical

Modifiers

HR: Section
Docs feedback

Submit improvements, related content, or suggestions through Github.

Betterify this page →