Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.