Absolute TO Relative URLs

Sean 'Shaleh' Perry shaleh at valinux.com
Tue May 8 16:37:07 EDT 2001


On 08-May-2001 Satheesh Babu wrote:
> Hi,
> 
> I got the first part (SGML Parser and getting A, IMG etc) fairly done. The
> regex part (sigh, I always get stuck with regex) is driving me insane...
> 
> Thanks for the suggestion!

2 things:

a) by the O'Reilly Regex book.  It is very good.  It may talk a lot about perl,
but we use the same type of regex language.

b) play in the command line interpreter.  just run python, do 'import re' and
play with the regex that way.  Much faster write - debug cycle.




More information about the Python-list mailing list