Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public static string[] FindShiftLeftVariations(string word)

Parameters

word

Word to extract variations from.

Returns

Type

Description

string[]List of variations for a word.