Re: Should the scope of WholeMatches be expanded?

2019-08-09 Thread hh via use-livecode
There is already truewordOffset available but you have to check whether the search string is the next trueword. So matchChunk is faster. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Should the scope of WholeMatches be expanded?

2019-08-09 Thread dunbarxx via use-livecode
Hi. Not sure, because I have never used one, but would a "trueWordOffset" help? Craig -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Should the scope of WholeMatches be expanded?

2019-08-08 Thread Paul Dupuis via use-livecode
On 8/8/2019 5:18 PM, Dr. Hawkins via use-livecode wrote: On Aug 5, 2019, at 7:43 AM, Paul Dupuis via use-livecode wrote: I'd like to see wholeMatches apply to: Gee, that would do just what I need in searches . . . and the check is already there, and applies in the IDE search/replace

Re: Should the scope of WholeMatches be expanded?

2019-08-08 Thread Dr. Hawkins via use-livecode
On Aug 5, 2019, at 7:43 AM, Paul Dupuis via use-livecode wrote: > > I'd like to see wholeMatches apply to: Gee, that would do just what I need in searches . . . and the check is already there, and applies in the IDE search/replace feature . . . hmmm . . . set the whole matches to true