Answer the question
In order to leave comments, you need to log in
visual studio code regular expression?
I need to remove all href attributes, or remove all links from them, is it possible to somehow hook them all with a regular expression and replace everything with ctrl + f?
Answer the question
In order to leave comments, you need to log in
<a\s+(?:[^>]*?\s+)?href=(["'])(.*?)\1
- maybe someone will need
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question