3 references to Split
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Regex.Split.cs (3)
38
return
Split
(this, input, 0, RightToLeft ? input.Length : 0);
52
return
Split
(this, input, count, RightToLeft ? input.Length : 0);
65
return
Split
(this, input, count, startat);