NAME
	lower_case - decapitalize a string

SYNOPSIS
	string lower_case(string str)

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

SEE ALSO
	capitalize

