sentence | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Designates a string as part of a chunk expression, delimited by Unicode sentence breaks, as determined by the ICU Library. |
Introduced | 7.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: item, character, segment, trueWord, line, word, token, paragraph |
Description | Use the sentence keyword to refer to one or more sentences in a container. A sentence is a chunk delimited by Unicode sentence breaks, as determined by the ICU Library. A sentence can contain multiple words, but not multiple lines.
|
Tags | text processing |