Visual Studio 2005 regex search & replace
// Visual Studio 2005 regex search & replace
find what = data\[{:z}\t{:z} // :z is number, \t is tab, {} is a tagged expression replace with = data\[\1\] =\t\2; // \n is the nth tagged match