strip_gen

sefun
SYNOPSIS
    string strip_gen (string text)

DESCRIPTION
    If <text> ends in the genitiv 's', it is removed.
    Result is the possibly modified string.

EXAMPLE
    add_a("one car's")  --> "one car"
    add_a("two cars'")  --> "two cars"

SEE ALSO
    add_gen(SEFUN)