Livecode Wiki

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

string

Examples:

find string "Help"
find string "run" -- finds "run", "grunt", or "running"

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.

See also: card (object),