Wiki

Clone wiki

OYSTER / EXACT

As a similarity function, EXACT returns True if and only if both strings are non-empty are have exactly same characters in corresponding order. This function is case sensitive. If either or both strings are empty or blank, the comparator returns False. Example: "SAM" compared to "SAM" returns True, "SAM compared to "Sam" returns false.

Updated