Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Finding a _Similar_ Substring? (Fuzzy Searching?)

by ambrus (Abbot)
on May 21, 2004 at 11:47 UTC ( [id://355244]=note: print w/replies, xml ) Need Help??


in reply to Finding a _Similar_ Substring? (Fuzzy Searching?)

If, as others have suggested, you want most characters get ignored, you could strip all those characters (with y///d) from both the haystack and the needle string, and then perform a match. Also, you may want to use case-insensitive matching.
  • Comment on Re: Finding a _Similar_ Substring? (Fuzzy Searching?)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-18 02:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found