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