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