Table of Contents

Method FindSubWords

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

FindSubWords(Word)

Searches a word for all substrings that are themselves also words

IEnumerable<Word> FindSubWords(Word source)

Parameters

source Word

The source string.

Returns

IEnumerable<Word>

A collection of all subwords inside of source