Skip to content Skip to footer navigation
You are reading the Statamic 6 Alpha docs. πŸ‘€

At Modifier

Returns the single character at a given position in a string. It starts at zero with the first character.

title: supercalifragilisticexpialidocious
{{ title | at:21 }}
{{ Statamic::modify($title)->at(21) }}
x