Visual Studio Code – Search and Replace in all files in VSCode behaves different compared to search and replace inside a file
I have several functions across different files, and they usually are like this: "prefix":"functionName (...)", like pub:isInt. And I wanted to put the first letter of the function as capital, so I did this regex to change to pub:IsInt (this…