elnur/twig-extensions-bundle

Commonly needed Twig extensions

dev-master 2012-11-15 14:07 UTC

This package is not auto-updated.

Last update: 2024-04-13 10:38:49 UTC


README

Currently, the bundle provides just two operators: starts_with and ends_with.

{% if 'Hello world' starts_with 'Hello' %}
{% if 'Hello world' ends_with 'world' %}