Quote:
|
Originally Posted by Sane
def parse_tag(text, open = '<', close = '>'):
|
Were you aware of htmllib? It's in the stdlib and is built for parsing html...
(the documentation for it is fairly awful, though, so you'd have to google for examples of how to use it)
--OH.