Hey,
I am processing my website and wanting to change some things on the pages.
I am wanting to replace the following string:
in the
<SPAN class="Bold">
More...
</SPAN>
column to your right.
Some times is does not have the <span>
tags :
in the
More...
column to your right.
I would like to replace this with "below". I tried doing this with a simple replace() in python but because sometime the text does not have the <span>
tag and is on multiple lines it does not seem to work. My only thought is using regular expressions but I am not up to speed with regex's, could anyone lend a hand?
Thanks
Eef