I\'d like to write an extension method for the .NET String class. I\'d like it to be a special varation on the Split method - one that takes an escape character to prevent s
This will need to be cleaned up a bit, but this is essentially it....
List output = new List(); for(int i=0; i