partialMatch compares two strings and checks if they match within a certain allowable drift, using Levenshtein distance. Parameters: - str1, str2: The strings to compare. - allowableDrift: The allowable difference between the two strings (as a percentage). Returns true if the strings match within th
(str1, str2 string, allowableDrift float64)
source not stored for this graph (policy: none)