Skip to content Skip to footer navigation

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