Returns the next 'word' in rawBody, is iterative, so subsequent calls move to consecutive words.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
protected override string GetNextWord( string rawBody )
protected override string GetNextWord( string rawBody )
Protected Overrides Function GetNextWord ( rawBody As String ) As String
Protected Overrides Function GetNextWord ( rawBody As String ) As String
protected: virtual String^ GetNextWord( String^ rawBody ) override
protected: virtual String^ GetNextWord( String^ rawBody ) override
abstract GetNextWord : rawBody : string -> string override GetNextWord : rawBody : string -> string
abstract GetNextWord : rawBody : string -> string override GetNextWord : rawBody : string -> string

- rawBody (String)
- The text to pull words from.

String
String, the next word.
String, the next word.

Also returns whitespace between words and null when the end of the text is reached.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120