@lc()

@lc() is used to convert a string to all lower case. For example, this:

@lc("FooBar")

will return "foobar".