Radical Design Course by Jack McDade

From the creator of Statamic

Learn how to make your websites standout and be remembered.

Taking your approach on designing things actually makes it fun, more natural, and overall easier.

— Dominik, Developer

reverse Modifier

Reverse the order of the characters in a string or the items in an array.

status: repaid
order_of_ceremony:
- photos
- service
- eat
- party
{{ status | reverse }}
{{ order_of_ceremony | reverse | list }}
{{ Statamic::modify($status)->reverse() }}
{{ Statamic::modify($status)->reverse()->list() }}
diaper
party, eat, service, photos
Docs feedback

Submit improvements, related content, or suggestions through Github.

Betterify this page →