Simon McClenahan wrote:

> I need to define a bunch of PAGEEXCLUDE lines, but I would like to do it with a 
>REGEXP: . Here is a small sample of what I want to exclude
>
> /RSEAFrame3/RSEAFrame3.htm
> /RSWBRankRpt/RSWBRankRpt.htm
> /RSKPSumRpt/RSKPSumRpt.htm
> ...
>
> What regexp should I use for PAGEXCLUDE that matches '^/$1/$1\.*$' ?
>

If I understand what you're looking for, try this.
    PAGEEXCLUDE REGEXP:^/([^/]+)/\1\..*$

I'm not familiar with all the POSIZ extensions. Does Analog support the \1 matching?

HTH,

--
Jeremy Wadsack
OutQuest Magazine
a Wadsack-Allen publication


------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
------------------------------------------------------------------------

Reply via email to