How can I search for anything between two HTML tags using grep?

Steve

New member
Program: BBEdit

Goal: Search in a document using grep, or some function I don't know of, to standardize all tags making them all lower case while not affecting the content.

All tags are HTML and between either < > or </ >
What I am trying to do is to not have to search for all the possible tags. It is a massive thousand page HTML
 
Back
Top