kurt krueckeberg wrote:
> I want rmove the "<FONT SIZE=3"> from the line below
>
> <FONT SIZE=3>some text goes here</FONT>
>
> so it looks like:
>
> some text goes here</FONT>
>
> Actually, I prefer to also remove "</FONT>", so I just have:
> some text goes here
Adding to what Tim said, the following should just leave the
text between the FONT tags:
:%s@</\=FONT.\{-}>\(.\{-}\)</FONT>@\...@g
John
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---