VS Code

Using RegEx groups for Search & replace  in VS Code

Using RegEx groups for Search & replace in VS Code

  • February 29, 2024

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....