Nemerle Documentation

NString.Split Method

Splits the string at positions of occurrence of one of the characters from the given list.

Overload 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[]);

See Also

NString Class | Nemerle.Utility Namespace