I need to search through an html doc, find all of the spans and delete the spans and everything between them. What would a regular expression look like that would match everything between ?
|
1
|
|||||||
|
closed as exact duplicate by ΤΖΩΤΖΙΟΥ Jan 15 '09 at 13:54 |
|
|
|
||
|
|
|
You have to be careful with regular expressions---they won't work if spans are nested. BeautifulSoup looks like a nice tool. |
||
|
|
|
|
Use Beautifulsoup. Or be sad. HTML and regular expression don't mix. Here's the entire program:
|
||||||||||
|
