Table of Contents

Method FindFirstSubWord

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

FindFirstSubWord(Word)

Searches a word for the first substrings that is itself also a word

Word FindFirstSubWord(Word source)

Parameters

source Word

The source string.

Returns

Word

The first subword inside of source, or null if none exist.