I have an HTML page opened in EditPlus.I want to remove all the HTML tags i.e. all the <> tags from it so that I am only left with the text part.What regex do I need to put to remove these.I tried <.> since . means any character but it did not work.Can anyone suggest how I can achieve this?
Asked
Active
Viewed 262 times