On Tue, 11 Jun 2002, Zac Hillier wrote:
> I'm trying to write a function to catch and remove plurals from a search
> feature, can anyone suggest how I can efficiently remove 'ies' and 's'
> from the right hand end of each word within an array?
You are wasting your time (and preparing to really an
> I'm trying to write a function to catch and remove plurals from a
> search feature, can anyone suggest how I can efficiently remove 'ies'
> and 's' from the right hand end of each word within an array?
Your best bet is to use a phonetic search (for speed) looking up against a
dictionary file...
Hi
I'm trying to write a function to catch and remove plurals from a search
feature, can anyone suggest how I can efficiently remove 'ies' and 's' from
the right hand end of each word within an array?
Thanks,
Zac
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http:/
3 matches
Mail list logo