This package is a Twig extension that provides integration with the Symfony String component. It provides the following filters:
-
u
: Wraps a text in aUnicodeString
object to give access to methods of the class. -
slug
: Wraps theAsciiSlugger
'sslug
method. -
singular
andplural
: Wraps theInflector
singularize
andpluralize
methods.