I'm scraping some HTML that has elided sections marked by strike-through, such as Line 1 Line 2 Strike 1 Line 3 some text Strike 2 more text Strike 3 Line 4 Strike 4 I can write a loop that iterates over this text, removing strike-throughs one at a time, but that's lame. You'd think I could...