Split
Leave feedback
On this page
Splits the input string into individual words.
public IEnumerable<string> Split(string text)
| Parameter | Type | Description |
|---|---|---|
| text | String | The input text to be split. |
An enumeration of words extracted from the input text.
- interface IWordSplitter
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.