PLURALIZE(1) PLURALIZE(1)
NNAAMMEE
_p_l_u_r_a_l_i_z_e_(_) - returns the plural of a string or an object
SSYYNNOOPPSSIISS
string pluralize(string|object single)
DDEESSCCRRIIPPTTIIOONN
Given a string, this function will return its pluralized
for. Given an object, this function will returnthe plural
of its short description.
EEXXAAMMPPLLEESS
+o _p_l_u_r_a_l_i_z_e("frog") returns "frogs"
+o pluralize("a globe of frogs") returns "globes of
frogs"
LLOOCCAATTIIOONN
/secure/SimulEfun/english.c
SSEEEE AALLSSOO
_c_o_n_s_o_l_i_d_a_t_e_(_)
AAuutthhoorr
Descartes of Borg
1