Monday, December 7, 2020

Removing All XML or HTML Tags with Notepad++ RegEx

Open Notepad++
Go to Find and Replace.
Enter this regular expression:
<[^>]+>
Select regular expression. Make sure the cursor is at the start of the document.
Click replace all