Version: 2022.1
言語: 日本語

FuzzySearch

class in UnityEditor.Search

マニュアルに切り替える

説明

Provides a method to match query text using a fuzzy search algorithm.

This utility class implements the text search functions using approximate string matching (fuzzy search). Search for a text pattern in a given string. If there is a match, get the match score. Get the indices in the string where the pattern was found.

See FuzzyMatch for a complete example.

Static 関数

FuzzyMatchPerforms a fuzzy search for a pattern on a string.