Comparing string variables similarly to fuzzy selectors

Is there a way to compare string variables to see if they match? Similarly to how fuzzy selectors work. Id like to check if there is a 90%-95% match.

Hi @duaine.b ,

Have a look at this:

Regards,

There is, its called Levenshtein Distance. Please search for Levenshtein in Activities search. You’d find activities to get Levenshtein distance between two strings. Its a number between 0 to 1, multiply by 100 to get the percentage match.