On 25 Feb 2005 15:25:17 -0800, revjjjames@hotm ail.com wrote:
[color=blue]
>What is the correct expression to remove any extra line breaks beyond
>two in a string?[/color]
There any may ways but I'd probably use something like:
<revjjjames@hot mail.com> wrote in message
news:1109373917 .583770.16760@g 14g2000cwa.goog legroups.com...[color=blue]
> Hello -
>
> What is the correct expression to remove any extra line breaks beyond
> two in a string?
>
> Sincerely,
>
> Jim
>[/color]
The simpliest way is to replace linebreaks of three or more with two. Ugly
regexp:
Comment