I have a CSV document littered with thousands of instances of a table that I need to remove. I assume I can use REGEX, but I can\'t seem to find an expression to remove it.
Got it. SublimeText has special tags for REGEX apparently.
(?s)<table(.*?)</table>