What would be the expression to search for dyn.Img() and grab everything inside of the brackets so like: <?php $search = preg_match_all("Expression here",$content,$matches"); ?> PHP: Thanks