Which regular expression deletes all tags specified as text enclosed by '' from a document stored in a string - but deletes nothing else?

🎲 Try a Random Question  |  Total Questions in Quiz: 122  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Perl Programming Fundamentals Test — practice the complete quiz, review flashcards, or try a random question.


Which regular expression deletes all tags specified as text enclosed by '<' and '>' from a document stored in a string - but deletes nothing else?