[pmwiki-users] Re: Wiki Calendar

John Rankin john.rankin at affinity.co.nz
Thu Feb 10 17:09:16 CST 2005


On Friday, 11 February 2005 11:16 AM, Manish Ranade <manish at thunderdata.com> wrote:
>I tried [:upper:][0-9] in PageTitlePattern, it didnt work but it worked when I
>changed 
>
>$PageTitlePattern="[[:upper:]][[:alnum:]]*(?:-[[:alnum:]]+)*";
>
>to 
>
>$PageTitlePattern="[[:upper:][:alnum:]][[:alnum:]]*(?:-[[:alnum:]]+)*";

I'm not sure it's a good idea to allow a page title to start with a lower case letter.

Ah, my mistake...

Try

$PageTitlePattern="[[:upper:]0-9][[:alnum:]]*(?:-[[:alnum:]]+)*";

So if this fixes it, why is the setting not 'taking' in the first place??

>
>
>Thanks John
>
>-Manish
>


-- 
JR
--
John Rankin






More information about the pmwiki-users mailing list