Strip all tags using Notepad++

Strip all HTML or XML tags from a file using Notepad++

Steps to Strip All Tags

  1. Open the file in Notepad++
  2. Press Ctrl+H to open the Replace dialog
  3. In the “Find what” field, enter the regular expression: <[^>]+>
  4. Leave the “Replace with” field empty.
  5. Under “Search Mode”, select the Regular expression radio button
  6. Click Replace All

Leave a Reply

Your email address will not be published. Required fields are marked *