whole | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Used with the find command to search for a string of characters consisting of entire words. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: string, characters, words Property: wholeMatches Command: find Object: card Glossary: command, keyword |
Description | Use the whole keyword to find a string. A word is a set of characters enclosed by spaces, tabs, or returns. When using the find command, punctuation next to a word is considered part of the word. When used with the find command, the whole keyword finds cards that contain the specified string only if the found string consists of entire words. |
Tags | database |