Skip to content
tanema edited this page Mar 18, 2012 · 1 revision

strip_tags(content)

Simply strips html from a string

strip_tags("strip <b> tags </b> from here")
 
 => 
 
strip  tags  from here

Clone this wiki locally