POSSESSIVE_NOUN(1) POSSESSIVE_NOUN(1)
NNAAMMEE
_p_o_s_s_e_s_s_i_v_e___n_o_u_n_(_) - returns the possessive form of a noun
SSYYNNOOPPSSIISS
string possessive_noun(string|object val)
DDEESSCCRRIIPPTTIIOONN
Given a string, this function will return the possessive
form of it. Given an object, it will return the
possessive form of that object's short description.
EEXXAAMMPPLLEESS
+o _p_o_s_s_e_s_s_i_v_e___n_o_u_n("Descartes") returns "Descartes'"
LLOOCCAATTIIOONN
/secure/SimulEfun/english.c
SSEEEE AALLSSOO
_n_o_m_i_n_a_t_i_v_e_(_), _o_b_j_e_c_t_i_v_e_(_), _p_o_s_s_e_s_s_i_v_e_(_), _r_e_f_l_e_x_i_v_e_(_)
AAuutthhoorr
Descartes of Borg
1