segment | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Synonyms | word |
Summary | Designates a space-delimited or quoted string as part of a chunk expression. |
Introduced | 7.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: string, item, character, characters, lines, segments, sentence, trueWord, line, words, token, paragraph Glossary: quoted, chunk expression, double quote, delimit Constant: space, tab, return |
Description | Use the segment keyword to refer to one or more words in a container. A segment is delimited by one or more spaces, tabs, or returns, or enclosed by double quotes. A single segment can contain multiple characters and multiple items, but not multiple lines.
|
Tags | text processing |