strip_tags

Top  Previous  Next

This strips out markup tags, basically anything between < and >.

Example:

Input:

       John <b>Smith</b>

Template:

       {#name|strip_tags#}

Output:

        John Smith