CellSpace/Manual (draft)
by CellWorks
Home
  
Table of Contents
  
Glossary
Lower
The Lower function converts all the upper case letters in a text string to lower case.
Usage:
	= Lower(<text>);
Example:
	/* returns 'hello' */
	= Lower("HELLO");