Split

IWordSplitter.Split method

Splits the input string into individual words.

public IEnumerable<string> Split(string text)
Parameter Type Description
text String The input text to be split.

Return Value

An enumeration of words extracted from the input text.

See Also