remove all line breaks from text php code example Example: remove line break html php preg_replace( "/\r|\n/", "", $yourString );