Changing every other instance of <B> in a file

Jonathan Soons jsoons at juilliard.edu
Tue Mar 27 09:49:39 EST 2001


This seems to fail for tags that do not have a closing tag, which occurs
frequently in non-automated HTML.


-----Original Message-----
From: Lars Klæboe [mailto:larskl at klassekampen.no]
Sent: Tuesday, March 27, 2001 9:28 AM
To: python-list at python.org
Subject: Re: Changing every other instance of <B> in a file


On Tue, 27 Mar 2001 05:56:26 -0800, "Emile van Sebille" <emile at fenx.com>
wrote:
>Here's one way (although I'm interested to see how re might do this):

[--- interresting code ---]

This is another (fancier ;)) implementation of the solution I've
been working on, but I still refuse to believe that the script has
to be this elaborate/big. *twisting my tired gray matter*

I guess re would do the trick (at least if combined with a simple
loop, I'll look into it when I'm really awake.

Thanks for your input !

-- 
Lars Klæboe
-- 
http://mail.python.org/mailman/listinfo/python-list




More information about the Python-list mailing list