STRING TRIM
From Second Life Wiki
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
Contents |
Description
Constant: integer STRING_TRIM = 0x03;The integer constant STRING_TRIM has the value 0x03
Trim spaces off the beginning and the end. Equal to
STRING_TRIM_HEAD | STRING_TRIM_TAIL

