elnur/twig-extensions-bundle

常用 Twig 扩展

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

This package is not auto-updated.

Last update: 2024-09-28 13:11:59 UTC


README

目前,此包仅提供两个操作符:starts_withends_with

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