[pmwiki-users] PmCal next and previous links go to the wrong place

Tegan Dowling tmdowling at gmail.com
Fri May 26 16:49:34 CDT 2006


On 5/26/06, Patrick R. Michaud <pmichaud at pobox.com> wrote:
> On Fri, May 26, 2006 at 01:32:23PM -0500, Tegan Dowling wrote:
> >
> > Still need to know how to write (:if name YYYYMMDD:).
>
>     (:if match \.\d{8}$ :)
>
> matches only pages that have a name consisting of exactly eight digits.
> If you want to narrow it down further, you could use
>
>     (:if match \.200\d{5}$ :)
>
> which requires that the first three digits are '200'.
>
> Pm

Excellent, sir.  Thank you very kindly.

Tegan




More information about the pmwiki-users mailing list