Efran Cobisi's Blog

.NET wonders (and alike)

Browse by Tags

All Tags » Team System (RSS)
A simple PowerShell script to find and replace using regular expressions in multiple files
One thing I need which I come across from time to time is the ability to perform a find and replace operation in multiple files, using regular expressions. When this happens, I usually tend to exploit Visual Studio's own support for this kind of necessity;...
More Posts