The CorString.Split method can handle an array of strings as separators. When a single string is passed in it is treated as a single element array and processed accordingly. A more optimized method should be looked in to for a single string and possibly single element arrays.
The
CorString.Split
method can handle an array of strings as separators. When a single string is passed in it is treated as a single element array and processed accordingly. A more optimized method should be looked in to for a single string and possibly single element arrays.