Regex help...

hh hh at hyperhh.de
Sun Jun 4 16:45:00 EDT 2017


Your "ie" is not true. So what do you want?

[a] all lines starting on page 2 OR ending on page 2 OR containing page 2
ie
(pPage >= starting page) OR (pPage <= ending page)

[b] all lines starting on page 2 AND ending on page 2
ie
(pPage >= starting page) AND (pPage <= ending page) 

> Paul D. wrote:
> My regex filter, that was crafted by someone else, needs to find (filter to
> just) all lines starting on page 2 OR ending on page 2 OR containing page 2
> (ie, pPage is >= starting page and <= ending page)




More information about the use-livecode mailing list