Monday, August 12, 2002, Jonathan Angliss wrote: > I'm not sure how the wildcards work in TB!s regexp, but IIRC in procmail * > matches all, while . matches all but new line (or something like that).
In regular expressions it's not wildcards, it's metacharacters. . matches any one character * matches zero or more (any number of) occurences .* means "match any number of any character" TB!s regexps are explained in the help file, searching for "What are Regular expressions?" is a good place to start. -- Urban Ek, happily swinging to "Lorna - when we stayed awake all night" ______________________________________________________ Archives : http://tbtech.thebat.dutaint.com Moderators : mailto:[EMAIL PROTECTED] Unsubscribe: mailto:[EMAIL PROTECTED]
