Is it possible to make use of Visual Studio 2005/2008 "Find" and "Replace" functionality along with regular expression to replace multiple lines of already coded C# code into a single line of code?
Note that Visual Studio's "Find" and "Replace" regular expression syntax differs from .NET Framework.