The striptags filter strips SGML/XML tags and replace adjacent whitespace by one space:
{{ some_html|striptags }}
Note
Internally, Twig uses the PHP strip_tags function.
split
title
Enter search terms or a module, class or function name.