Lower
Returns an input string value with all characters converted to lowercase
Lower("WINDOWS") → "windows"
Lower("GooD MoRniNg") → "good morning"Inputs
Lower(string)
string- A text value
Last updated
Was this helpful?
Returns an input string value with all characters converted to lowercase
Lower("WINDOWS") → "windows"
Lower("GooD MoRniNg") → "good morning"Lower(string)
string - A text value
Last updated
Was this helpful?