Splits the string at positions of occurrence of one of the characters from the given list.
Splits the string at positions of occurrence of one of the characters from the given list.
public static list Split(string,list);
Splits the string at positions of occurrence of one of the characters from the given array.
public static list Split(string,char[]);
NString Class | Nemerle.Utility Namespace