fenom/docs/en/tags/filter.md
2016-04-12 12:28:57 +03:00

12 lines
272 B
Markdown

Tags {filter}
=============
Apply modifier to template area.
```smarty
{filter|strip_tags|truncate:20}
Remove all HTML <b>tags</b> and truncate {$text} to 20 symbols
{/filter}
```
**Note**: output buffering used. May be used a lot of memory if you output a lot of data.