lower
Description
Takes a string and returns a lower-case version of it.
Syntax
lower( string )
Examples
lower(
"Hello World"
)
// returns "hello world"
Takes a string and returns a lower-case version of it.
lower( string )
lower(
"Hello World"
)
// returns "hello world"