I have a html snippet that looks like this (of course surrounded by other html):
Header: Tex
Header:
Tex
preg_match('~(.*)~', $html, $matches); var_dump($matches);
(.*)