The RECIPROCAL modifier is used with the LEVENSHTEIN routine to reverse the order of string comparison. When an exact match is not found, this modifier makes an additional comparison by reversing the order of strings, and takes the higher score of the two comparisons.
- First comparison - String 1 versus String 2
- Second comparison - String 2 versus String 1