IOC I guess I did misunderstand after all. Bob S
On Apr 19, 2021, at 12:32 PM, Mark Wieder via use-livecode <[email protected]<mailto:[email protected]>> wrote: On 4/19/21 12:11 PM, Bob Sneidar via use-livecode wrote: Someone needs to update the dictionary then. wholeMatches Syntax set the wholeMatches to {true | false} Summary Specifies whether the lineOffset, wordOffset, and itemOffset functions search only for entire lines, words, or items. Here's what I meant: setting the wholeMatches to true will match the input string verbatim, without regard to wildcards. So lineOffset("local tFunction", ttext) will only match local tFunction and lineOffset("local*tFunction", tText) will only match local*tFunction not local tFunction and not local someThing, tFunction, somethingElse -- Mark Wieder [email protected]<mailto:[email protected]> _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
