selectBestFrom

Select best match from a list of items. Returns null if none are above the threshold.

string
selectBestFrom
(
in string[] items
,
string target
,
float threshold = 0.7
)

Meta