Top  | Previous | Next

Strings / lower

lower(string)

Takes a string and returns a lower-case version of it.

 

lower("Hello World")

... returns "hello world"