On Tuesday, March 30, 2004, rich gregory wrote...

DH>> %SETPATTREGEXP='(.*?\n)(.*)'%-
DH>> %REGEXPBLINDMATCH(%COOKIE="c:\sigs.txt")%-
DH>> %WRAPPED(%SUBPATT(1))
DH>>                                    %SUBPATT(2)%-

> It works SOMETIMES! Occasionally I get no signature at all with this
> code. I think the failures only occur in single-line entries, those
> that do not contain a \n and citation.

That would be a correct observation. Because nothing matches part 1 of
the query (anything up to a \n character), and as it never matched
that, the second part never matches either, because it's everything
after a \n character. You might be able to use a ? after the \n to
make it 0 or more.

-- 
Jonathan Angliss
([EMAIL PROTECTED])
Using The Bat! v2.05 Beta/12 on Windows XP 5.1 Build 2600 Service Pack 1

Contraceptives: use 'em on all conceivable occasions.

Attachment: pgp00000.pgp
Description: PGP signature

________________________________________________
Current version is 2.04.7 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to