Tag Archive for 'Jaro-Winkler'

Jaro-Winkler’s Algorithm Part One, Oracle utl_match Built-in Function

1 Comment

The Discovery

I have been working the last couple of months around some data matching, string of course, and I started this one as a full beginner on the subject.
Well, I knew the very basics : equal strings match with the equal operator (I bet you knew this one too), nearly equal strings can also match [...]