Quick links Volleynerd KB Blog Golf Blog Twins+1 Blog
Regex regex = new Regex (@"\\"); string[] parts = regex.Split (@"C:\Inetpub\wwwroot\wintellect"); foreach (string part in parts) Console.WriteLine (part);