'; if(preg_match_all($pattern, $contentsTaf, $matchesTaf)){ echo "TAF:\n"; echo implode("\n", $matchesTaf[0]); } else{ echo "No TAF found"; } } ?>