low_str_tolower
Convert character to lowercase.  
l_int 		low_str_tolower ( 
		l_int 	chr 
);

Return Value
Converts a copy of @chr, if possible, and returns the result. There is no return value reserved to indicate an error.
Parameter
chr
Character to convert
Remarks
Converts a given uppercase letter to a lowercase letter if possible and appropriate.