Strings Php

// find all emphasized sections
preg_match_all('@.+?@', $html, $matches);
?>