$newlineTags = array( '<br>', '<br/>', '<br />', ); $html = str_replace($newlineTags, PHP_EOL, $html);