Re: use-livecode Digest, Vol 250, Issue 1

2024-07-27 Thread David V Glasgow via use-livecode
> On 3 Jul 2024, at 2:05 am, Neville Smythe via use-livecode > wrote: > > There is however > > filter elements of with into tLines; put line 1 of the keys of > tLines into tFoundLine > > And that is still very fast on unicode, even though it will find all the > lines matching str, not

Re: use-livecode Digest, Vol 250, Issue 1

2024-07-02 Thread Neville Smythe via use-livecode
matchChunk(tLine, tRegExp) then > >put tLineNumber & comma after tLineNumbers > > end if > >end repeat > > end repeat > > return char 1 to -2 of tLineNumbers > > end findLineNumbersInUnicode > > > > If you try the idea, please share your test