What I'm trying to do is to get rid of the tag, the whole tag, but the code I'm using obviously doesn't quite work. It removes everything between the start and the end tag, which isn't what I want. This is what I have:
s/\<(\w|(\w\s\w=\"\w(\/|.html)\")))\>//gi;
As you probably notice...