Find [\r\n]+ replace , and check regular expressions
[\r\n]+
,
([^\n]*\n)[^\n]*\n
.+\r\n(.+(\r\n|$))
and replace with $1
$1