whole

Typekeyword
DictionaryLCS
LibraryLiveCode Script
Syntax
whole
Summary

Used with the find command to search for a string of characters consisting of entire words.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
find whole "this card" in field "Comments"
find whole "run" -- finds "run", but not "grunt" or "running"
RelatedKeyword: 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.

Tagsdatabase