I am able to write a regex expression to find all underscores in a VS SQL Project.
\[[a-z]+\s[a-z]+\]
(looks inside a string that starts and ends with []
).
I need a regex replace expression in VS so I can replace in files so it will replace all spaces with underscores _ only inside of []
.