]> git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/twig/twig/doc/filters/striptags.rst
twig implementation
[github/wallabag/wallabag.git] / vendor / twig / twig / doc / filters / striptags.rst
1 ``striptags``
2 =============
3
4 The ``striptags`` filter strips SGML/XML tags and replace adjacent whitespace
5 by one space:
6
7 .. code-block:: jinja
8
9 {{ some_html|striptags }}
10
11 .. note::
12
13 Internally, Twig uses the PHP `strip_tags`_ function.
14
15 .. _`strip_tags`: http://php.net/strip_tags