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

Patrick R. Michaud pmichaud at pobox.com
Fri May 26 14:56:11 CDT 2006


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




More information about the pmwiki-users mailing list