Table of Contents

Method FindFirstAnagramsOfSubset

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

FindFirstAnagramsOfSubset(Word)

Find anagrams of a subset of the letters in the given source string and returns the first result

Word FindFirstAnagramsOfSubset(Word source)

Parameters

source Word

The source string. May include spaces, but not other non-alphabet characters

Returns

Word

One anagram of a subset of the letters in source, or null if none exist.