Matchtext to find a series of words

J. Landman Gay jacque at hyperactivesw.com
Wed Nov 29 21:02:30 EST 2006


Jim Ault wrote:
> On 11/29/06 3:37 PM, "J. Landman Gay" <jacque at hyperactivesw.com> wrote:
>> This looks promising, thanks. It looks like there is no single-pass
>> method, but since filter is pretty fast it may do okay. I didn't even
>> quote your regex explanation, I don't want to touch it. :)
> 
> You mention single pass...
> Question: Single pass of what?
> Single pass of each text block or all text blocks together?

I meant a single pass for each block. The filter solution has to make a 
new pass through the text for each word we want to filter on. But 
regardless, it still shows very well in my tests.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list