findBestMatch

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

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

Meta