Drops down over the menu as you start typing or trigger through some key (needed for controllers to use the function) Psudo-Regex for list of games: Replace whitespace with .\* and add as prefix and suffix Ex: 'Hello Word' -> '.\*Hello.\*World.\*'
Drops down over the menu as you start typing or trigger through some key (needed for controllers to use the function)
Psudo-Regex for list of games:
Replace whitespace with .* and add as prefix and suffix
Ex: 'Hello Word' -> '.*Hello.*World.*'