PLURALIZE(1)                                         PLURALIZE(1)
NAME
       pluralize() - returns the plural of a string or an object
SYNOPSIS
       string pluralize(string|object single)
DESCRIPTION
       Given a string, this function will return its pluralized
       for.  Given an object, this function will returnthe plural
       of its short description.
EXAMPLES
       o   pluralize("frog") returns "frogs"
       o   pluralize("a globe of frogs") returns "globes of
           frogs"
LOCATION
       /secure/sefun/english.c
SEE ALSO
       consolidate()
Author
       Descartes of Borg
                                                                1