Re: [PHP] Fuzzy Array Search

2011-06-07 Thread Alex Nikitin
What do you mean by "fuzzy search"? Like an approximate search, and instead of you stepping through the array, you guesstimate where to start, or search for approximate string value in an array of strings? -- The trouble with programmers is that you can never tell what a programmer is doing until

[PHP] Fuzzy Array Search

2011-06-07 Thread Floyd Resler
What would be the easiest way to do a fuzzy array search? Can I do this without having to step through the array? Thanks! Floyd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php