skip to Main Content

Visual Studio Code – How to replace a char within a string in VSCode find/replace?

Using VSCode find/replace, how would I find all strings within a file conforming to the following, and replace all dashes in some-text-that-looks-like-this with underscores? text: some-text-that-looks-like-this {text: some-text-that-looks-like-this} text: some-text-that-looks-like-this, some other text.... All strings of "some-text-that-looks-like-this" start with "some-text".…

VIEW QUESTION
Back To Top
Search