php remove double line breaks code example Example: string remove line breaks php preg_replace( "/\r|\n/", "", $yourString );