Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php remove class attribute

$html = preg_replace('/class=".*?"/', '', $html);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #remove #class #attribute
ADD COMMENT
Topic
Name
8+8 =