FindShiftLeftVariations(string)
Extract all variations on a word. As an example: the word hello would have the following variations: h, he, hel, hell, hello.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public static string[] FindShiftLeftVariations(string word)
Parameters
Word to extract variations from.
Returns
Type | Description |
|---|---|
| string[] | List of variations for a word. |