Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Similarity of strings

by Beatnik (Parson)
on May 15, 2002 at 14:48 UTC ( [id://166729]=note: print w/replies, xml ) Need Help??


in reply to Similarity of strings

You can always try Text::Soundex but you should split your strings up in smaller bits for it to be effective...
use Text::Soundex; if (soundex($string1) eq soundex($string2)) { print "Bingo!" } else { +print "bummer"; }
String::Approx seems a good solution too... perhaps a better one than Text::Soundex *sniff*

Greetz
Beatnik
... Quidquid perl dictum sit, altum viditur.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://166729]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-04-19 10:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found