[thelist] Remove extra line breaks

Bob Haroche spambait at onpointsolutions.com
Wed Jun 18 18:47:25 CDT 2003


Daniel Fascia wrote:
> Does anyone know a regular expression/way of removing extra line
> breaks which occur when downloading a UNIX file onto a windows
> system by FTP?
>

Maybe:

Find: \s*\r\s*\r

Replace with:        # blank

That at least is the regexp generated by a Dreamweaver extension
(query) for just that purpose.
www.yaromat.com fwiw



-------------
Regards,
Bob Haroche
O n P o i n t  S o l u t i o n s
www.OnPointSolutions.com




More information about the thelist mailing list