Table of Contents

Method FindFirstSubWord

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

FindFirstSubWord(string)

public Word FindFirstSubWord(string source)

Parameters

source string

Returns

Word

FindFirstSubWord(Word)

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

public Word FindFirstSubWord(Word source)

Parameters

source Word

The source string.

Returns

Word

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