Skip to main content

pluralize

Discworld driver help

pluralize

Name

pluralize() - returns the plural of a given string

Syntax

string pluralize( string str );

Description

Returns the plural of `str'. Handles most of the oddities of the English language.

See also

capitalize(), lower_case(), upper_case()