in reply to Smart Comparison of Buffy Strings
as a quick check. Then do the same for un-soundex versions. if not exact, perhaps try exact word s/// - if no word chars left, assume it's the same quote (or subset of).$longest = soundex of longer string $shortest = soundex of shorter string if ($longest =~ /$shortest/) { ... }
cLive ;-)
|
|---|