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

first Modifier

Returns the first X characters of a string, where X is any positive integer, or the first item in an array.

title: 2015 Year Books Photos
array:
- Sonic
- Knuckles
- Tails
{{ title | first(4) }}
{{ array | first }}
{{ Statamic::modify($title)->first(4) }}
{{ Statamic::modify($array)->first() }}
2015
Sonic
Docs feedback

Submit improvements, related content, or suggestions through Github.

Betterify this page →