Function reference
Converts all the characters in a string to lowercase.

Lower ( string )

Argument Description
string The string you want to convert to lowercase letters.

Data type: String
Returns string with uppercase letters changed to lowercase if it succeeds and the empty string (“”) if an error occurs.

Example 1
This expression returns castle hill
Lower(‘Castle Hill’)

Last modified: 23 May 2021

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment