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)

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to