29 lines
672 B
Plaintext
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
|
|
|