I can't find out how to join lines.
There's no such option in UE?
There's no such option in UE?
Code: Select all
InsertMode
ColumnModeOff
HexOff
PerlReOn
Find RegExp "\r\n"
Replace All SelectText ""
No and yes!ganda wrote:Would it be possible if double LF/CR not to replace the second LF/CR?
Code: Select all
111
222
empty line before
444
555
Code: Select all
111222
empty line before444555
Thank you Mofi.Mofi wrote:IfSel
UnixReOff
Find RegExp "^p^([~^p]^)"
Replace All SelectText "^1"
EndIf