Topic: Strip all tags?
Hi!
I was wondering if it's possible to configure htmlawed to strip all tags, effectively transforming full HTML text into simple text. If so, how to accomplish that?
Thanks!
You are not logged in. Please login or register.
PHP Labware forum → htmLawed → Strip all tags?
Hi!
I was wondering if it's possible to configure htmlawed to strip all tags, effectively transforming full HTML text into simple text. If so, how to accomplish that?
Thanks!
Set the $config 'elements' parameter to '-*' and 'keep_bad' to 0; refer to the documentation for more about what these parameters are for.
PHP Labware forum → htmLawed → Strip all tags?