Hello Michael, >$expBody = preg_split('/\<\!\-\-[\s]?TYPO3SEARCH_/',$body); > $expBody = preg_split('/\<\!\-\-[\s]*TYPO3SEARCH_/',$body); This would enable more than one white space characte, if this is wanted. - Franz