elnur/twig-extensions-bundle

Commonly needed Twig extensions

Maintainers

Package info

github.com/elnur/ElnurTwigExtensionsBundle

Type:symfony-bundle

pkg:composer/elnur/twig-extensions-bundle

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-14 20:05:25 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' %}