Visual Studio Code Search and Replace with Regular Expressions

I want to use “Search And Replace” in Visual Studio Code to change every instance of <h1>content</h1> to #### content within a document using a Regular Expression.

How can I accomplish that?

5 Answers
5

Leave a Comment