<?php $str = "<title>WTF?!?!?</title>"; preg_match("#<title>(.*)</title>#i", $str, $arr); print_r($arr); ?>