toLowerCase Method

Purpose:

Returns string in lower case.

Syntax:

.toLowerCase

Comments: 

Example:

abc = "abCd"

p abc.toLowerCase

abcd