Manuals/calci/LOWER
Jump to navigation
Jump to search
LOWER(txt)
wher txt is the text whcich is to be converted to lowercase.
LOWER
Syntax
Examples
Description
Column1 | Column2 | Column3 | |
Row1 | WORLD | world | |
Row2 | |||
Row3 | |||
Row4 | |||
Row5 |
let’s see an example in (Column1 Row 1)
I.e.=LOWER(C1R1) is world
where C1R1 is WORLD
It converts all uppercase letters to lowercase in a text string.