regex has come in most handy in vscode search amd replace box. second most handy in deleting a bunch of local git braches like so in bash
git branch | grep "" | xargs got branch -D
git branch | grep "
Comments