How to remove all blank lines?

5,861 views
Skip to first unread message

NeuroPulse

unread,
Aug 28, 2008, 1:42:24 PM8/28/08
to BBEdit Talk
Greetings,

Anyone know a way to remove/delete al blank/empty lines?

Thanks

Jonathan Lundell

unread,
Aug 28, 2008, 1:50:30 PM8/28/08
to bbe...@googlegroups.com
On Aug 28, 2008, at 10:42 AM, NeuroPulse wrote:

> Anyone know a way to remove/delete al blank/empty lines?

If you mean truly empty lines, replace \r+ with \r.

If you mean lines with only white space, replace \r\s*\r with \r

Reply all
Reply to author
Forward
0 new messages