Using RegEx groups for Search & replace  in VS Code

Using RegEx groups for Search & replace in VS Code

vs code

VS Code has a nifty tool for doing search and replace using RegEx, which I prefer using whenever doing bulk updates. It has saved me quite a few times while refactoring across multiple files. Let us look at how search & replace using RegEx groups works in Visual Studio Code. To use the search & replace feature in Visual Studio Code, we need to click on the icon, which can be found in…

Source