Skip to content

Instantly share code, notes, and snippets.

@ataylorme
Created March 6, 2013 14:45
Show Gist options
  • Save ataylorme/5099750 to your computer and use it in GitHub Desktop.
Save ataylorme/5099750 to your computer and use it in GitHub Desktop.
$text = '<span class="black">Lorem Ipsum</span>';
$output = preg_replace('#</?span[^>]*>#is', '', $text);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment