Skip to content

Instantly share code, notes, and snippets.

@seanbuscay
Created September 23, 2013 16:16
Show Gist options
  • Save seanbuscay/6672988 to your computer and use it in GitHub Desktop.
Save seanbuscay/6672988 to your computer and use it in GitHub Desktop.
function to remove classes on tags. Note will fail if body tag has a class in it. See: http://stackoverflow.com/questions/1170912/strip-all-classes-from-p-tags
$html=preg_replace('/class=".*?"/', '', $html);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment