Method FindFirstAnagramsOfSubset
FindFirstAnagramsOfSubset(string)
public Word FindFirstAnagramsOfSubset(string source)
Parameters
source
string
Returns
FindFirstAnagramsOfSubset(Word)
Find anagrams of a subset of the letters in the given source string and returns the first result
public Word FindFirstAnagramsOfSubset(Word source)
Parameters
source
WordThe 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.