Files
Twig/extra/string-extra/README.md
T
Fabien Potencier 00e0b53100 Add missing docs
2019-10-17 08:49:30 +02:00

12 lines
351 B
Markdown

String Extension
================
This package is a Twig extension that provides integration with the Symfony
String component.
It provides a single [`u`][1] filter that wraps a text in a `UnicodeString`
object to give access to [methods of the class][2].
[1]: https://twig.symfony.com/u
[2]: https://symfony.com/doc/current/components/string.html