Duncan <[EMAIL PROTECTED]> wrote:
>
>There are several ways to set "apply to all groups".  If you look at the
>score file itself, PAN converts them all to regular expressions (regexs)
>before writing them (the other options being plain English for some
>prewritten regex magic), so that would be the "native" way to set an
>expression.
>
>Using regular expressions, "." substitutes for any character (if you want
>/just/ a ".", escape it with a "\", thus "\.".  "*" means "zero or more of
>the preceeding character".  Thus, ".*" means "zero or more of any
>character".  That pretty well covers all groups.

So does just "." of course, since there are no groups with zero
characters in the name...:-) (Assuming non-anchored regexp, as you
explained later on.)

--Per Hedeland
[EMAIL PROTECTED]


_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to