string

Typekeyword
DictionaryLCS
LibraryLiveCode Script
Syntax
string
Summary

Used with the find command to search for a string of characters without regard to whether they occur at the start of a word.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
find string "Help"
find string "run" -- finds "run", "grunt", or "running"
RelatedKeyword: whole, characters, word, string
Command: find
Object: card
Glossary: command, keyword
Description

Use the string keyword to find a string.

When used with the find command, the string keyword finds cards that contain the specified string, whether each word in it is found as an entire word or not.

Tagsdatabase