Derick van Niekerk wrote: > What are the string functions I would use and how would I use them? I > saw something about html parsing in python, but that might be overkill. > Babysteps. Despite your reluctance, I would still recommend an HTML parsing module. I like BeautifulSoup. http://www.crummy.com/software/BeautifulSoup/ ... jay