Visual Studio Code - Advanced Search / Replace with Regular Expressions

preview_player
Показать описание
This is a quick tutorial on using the Search and Replace feature in Visual Studio Code (VSCode) with regular expressions.

The "advanced" part of this is using "Groups" to transform the replaced text using parts of the matched pattern.

Рекомендации по теме
Комментарии
Автор

Thank you so much this was so useful! I had a 1000 line code with "/d" strings I needed to get rid of the " character. This is quite nice feauture!

TheMelopeus