NAME
	lower_case - decapitalize the first word of a string

SYNOPSIS
	string lower_case(string str|int foobar)

DESCRIPTION
	This function returns a string that is a copy of the argument
	string `str' but with the first letter lower-case. 

	If an integer is given as argument, 0 is returned.

SEE ALSO
	capitalize

