$newlineTags = array( '<br>', '<br/>', '<br />', ); $str = str_ireplace($newlineTags, PHP_EOL, $str);