Contents | Index | < Browse | Browse >
TRIM(<string>)
      returns a string

The result is <string> with the trailing blanks removed.

   Example:
         say '|'trim('   understand   ')'|';    >>> |   understand|

   Also see 

Next: UPPER() | Prev: TRANSLATE() | Contents: String functions