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