mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-18 21:37:29 +00:00
12 lines
351 B
Markdown
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
|