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