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

29 lines
672 B
Plaintext

POSSESSIVE_NOUN(1) POSSESSIVE_NOUN(1)
NAME
possessive_noun() - returns the possessive form of a noun
SYNOPSIS
string possessive_noun(string|object val)
DESCRIPTION
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.
EXAMPLES
o possessive_noun("Descartes") returns "Descartes'"
LOCATION
/secure/sefun/english.c
SEE ALSO
nominative(), objective(), possessive(), reflexive()
Author
Descartes of Borg
1