Strip all HTML or XML tags from a file using Notepad++
Steps to Strip All Tags
- Open the file in Notepad++
- Press Ctrl+H to open the Replace dialog
- In the “Find what” field, enter the regular expression: <[^>]+>
- Leave the “Replace with” field empty.
- Under “Search Mode”, select the Regular expression radio button
- Click Replace All
Leave a Reply