How can we convert all the characters into lowercase?
With the help of the LOWER Function, All uppercase characters are converted to lowercase.
LOWER(“DeCiMaL”)
LOWER(“getVal(‘tempObject.path’)”)
Example → decimal
How can we convert all the characters into lowercase?
With the help of the LOWER Function, All uppercase characters are converted to lowercase.
LOWER(“DeCiMaL”)
LOWER(“getVal(‘tempObject.path’)”)
Example → decimal