$lower(text)
Returns text in lowercase.

//say $lower(One, Two, Three)
* Too many parameters: $lower

why? surely $lower() should just take any string, regardless of whether it contains commas or not...

J