CellSpace/Manual (draft)
by CellWorks
Home
Table of Contents
Glossary
Trim
The Trim function removes all the leading and trailing white space from a text string.
Usage:
= Trim(<text>);
Examples:
/* returns 'hello world' */ = Trim(" hello world ");