Chris Cosner schreef:

> The beginning and ending markup are the same. So <I>text<I> would
> become <I>text</I> in HTML. A single line can have more than one of
> these italicized words, for example.

If all in a single line:

  s~(<I>.*?)<I>~$1</I>~g

-- 
Grtz, Ruud

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to