PHP Classes

File: Library/vendor/twig/twig/doc/filters/striptags.rst

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/twig/twig/doc/filters/striptags.rst   Download  
File: Library/vendor/twig/twig/doc/filters/striptags.rst
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 290 bytes
 

Contents

Class file image Download
``striptags`` ============= The ``striptags`` filter strips SGML/XML tags and replace adjacent whitespace by one space: .. code-block:: jinja {{ some_html|striptags }} .. note:: Internally, Twig uses the PHP `strip_tags`_ function. .. _`strip_tags`: http://php.net/strip_tags