SyntaxFix
Write A Post
Hire A Developer
Questions
I use this solution:
preg_match_all( '/<((?!<)(.|\n))*?\>/si', $content, $new); var_dump($new);