You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Twig has the shorthand ...[start:length] for |slice(start, length). In the shorthand form, either value can be omitted (...[1:2], ...[:2], and ...[2:] are supported; start defaults to 0, length defaults to until-the-end).
Twig has the shorthand
...[start:length]
for|slice(start, length)
. In the shorthand form, either value can be omitted (...[1:2]
,...[:2]
, and...[2:]
are supported; start defaults to 0, length defaults to until-the-end).It'd be great to have support for these!
See slice: http://twig.sensiolabs.org/doc/filters/slice.html
The text was updated successfully, but these errors were encountered: