trueWord | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Designates a string as part of a chunk expression, delimited by Unicode word 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, sentence, line, word, paragraph, token |
Description | Use the trueWord keyword to refer to one or more words, delimited by Unicode word breaks. A trueWord is a word chunk, delimited by Unicode word breaks, as determined by the ICU Library. When there are no alphabetic or numeric characters between two word breaks, that string is not considered by LiveCode to be a trueWord. |
Tags | text processing |