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
How do I compose a non-greedy regular expression to find "<FONT
SIZE=3>"? I've tried
:%s/<FONT\(.*\)\{-1}>//g
But this eliminates the entire line.
thanks,
Kurt
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---