0
kicks
Handy usage of regular expressions in Visual Studio find & replace
Did you ever need to replace something on a lot of places in your code and you couldn’t do a simple find and replace. For instance you needed some parts of the original data and replace that with new data containing the parts found in the original data.