find and replace text in VS Code using regex
Here is how to find a certain text on VSCODE using regular expression and replace it with anything you want using part of the text before
OneBite.Dev
Here is how to find a certain text on VSCODE using regular expression and replace it with anything you want using part of the text before
I often found myself selecting multiple variable on VSCode, but the problem is, it is case insensitive. Today I learn how to make it case sensitive