mud/lib/doc/sefun/pluralize
2020-09-06 05:43:07 -07:00

32 lines
677 B
Plaintext

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