mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-29 11:37:56 +00:00
9ac4a2dd9c
* 3.x: Fix tiny typo in CI workflow label Fix typo Fix opcache preload warning for unlinked anonymous class Bump version Prepare the 3.22.2 release Add .gitignore & .gitattributes to all .gitattributes
String Extension
This package is a Twig extension that provides integration with the Symfony String component. It provides the following filters:
-
u: Wraps a text in aUnicodeStringobject to give access to methods of the class. -
slug: Wraps theAsciiSlugger'sslugmethod. -
singularandplural: Wraps theInflectorsingularizeandpluralizemethods.