Method FindSubWords
FindSubWords(string)
public IEnumerable<Word> FindSubWords(string source)
Parameters
sourcestring
Returns
FindSubWords(Word)
Searches a word for all substrings that are themselves also words
public IEnumerable<Word> FindSubWords(Word source)
Parameters
sourceWordThe source string.
Returns
- IEnumerable<Word>
A collection of all subwords inside of
source