URL: https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/Search.FuzzySearch.html
r: { user_unity_id: undefined, user_logged_in: 'no' }, environment: { environment_locale: 'en-us', environment_currency: undefined }});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.
| Method | Description |
|---|---|
| FuzzyMatch | Performs a fuzzy search for a pattern on a string. |