Method FindFirstSubWord
FindFirstSubWord(string)
public Word FindFirstSubWord(string source)
Parameters
sourcestring
Returns
FindFirstSubWord(Word)
Searches a word for the first substrings that is itself also a word
public Word FindFirstSubWord(Word source)
Parameters
sourceWordThe source string.
Returns
- Word
The first subword inside of
source, or null if none exist.