Member of the string class.
c = lower(a)
Replaces all characters in a string with lowercase letters.
Examples
A = 'abcdABCD'C = lower(A)
upper