'how to find and replace any thing between <a href=""></a> in vs code
I want to find and delete in vs code.
for example
href ="/file/image1"
and the second instance is
href ="/file/image2"
I want to delete the href in between anything.
Solution 1:[1]
Just open file with your href in Visual Studio Code and delete, replace or do whatever you want.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Vyacheslav |
