Strip specific tags from a file using Notepad++
Steps to Strip All Tags
- Open the file in Notepad++
- Open the Replace dialog (Ctrl + H)
- In the “Find what” field, enter a specific expression, for example: <(span|p).*?>
This expression finds both the opening and closing tags orspanandpelements. - Leave the “Replace with” field empty.
- Select the Regular expression search mode.
- Click Replace All
Leave a Reply