paragraph | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Designates a string as part of a chunk expression, delimited by either a return character or the Unicode paragraph separator (0x2029). |
Introduced | 7.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: character, item, line, paragraphs, segment, sentence, token, trueWord, word Function: paragraphOffset |
Description | Use the paragraph keyword to refer to one or more paragraphs in a container. A paragraph is a chunk delimited by either a return character or the Unicode paragraph separator (0x2029).
|
Tags | text processing |