Replace cruft in div tags
-
I’ve inherited a lot of pages with cruft inside div tags. Since the cruft is spread out across multiple lines with CRs and new lines, my go-to “select everything between 2 strings” —
<div(.*?)>
— doesn’t work with across lines.I tried several other options but they don’t work either. Do you have any suggestions?
- You must be logged in to reply to this topic.