func.lower

The function will return the lowercase version of the text string given.

Syntax

func.lower(string)

Examples

func.lower('PLAIDCLOUD') --> plaidcloud
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)