In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Guy Tubbs) wrote:

> but it does the same thing, i.e. I get:
> 
>   Line1<br>
>   Line2
> 
> What I need is:
> 
>   Line1<br>Line2
> 
> Do you know how to get rid of the returns altogether?

s/\015\012|\015|\012/<br>/g;

-- 
Scott R. Godin            | e-mail : [EMAIL PROTECTED]
Laughing Dragon Services  |    web : http://www.webdragon.net/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to