The LCASE function converts any uppercase letters in the specified string to lowercase.
The LCASE function has the following format:
LCASE(specified_string)
The LCASE function accepts the following parameter:
specified_string (string)
The LCASE function returns a string.
Return_value=LCASE('BARRED OWL')
Return_value='barred owl'
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |