STRING TRIM - Second Life Wiki

STRING TRIM

From Second Life Wiki

Jump to: navigation, search

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

Related Articles

Functions

•  llStringTrim