split on uppercase c#

56

split on uppercase c# -

string[] split =  Regex.Split(str, @"(?<!^)(?=[A-Z])");

Comments

Submit
0 Comments