SearchUtils.FindShiftLeftVariations

Declaration

public static string[] FindShiftLeftVariations(string word);

Parameters

word Word to extract variations from.

Returns

string[] List of variations for a word.

Description

Extract all variations on a word. As an example: the word hello would have the following variations: h, he, hel, hell, hello.


Did you find this page useful? Please give it a rating: