-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Andrew,
@18-Mar-2003, 19:24 +0100 (18:24 UK time) Andrew Aronoff said: > How come this: > %SETPATTREGEXP="(Newsgroups:.*\n)"%- > %REGEXPBlindMATCH="%HEADERS"%subpatt="1" > ... only pulled out the Newsgroup: line in RegExTest 0.3.1� but pulled > out all the headers when used in the "Save message" template? Where's > the problem? "Greed". You have to make the * un-greedy. Usually by add a ? after the *. Ungreedy stops at the first possible match point. Greedy stops at the last possible match point. - -- Cheers -- .\\arck D Pearlstone -- List moderator TB! v1.63 Beta/7 on Windows 2000 5.0.2195 Service Pack 2 ' -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1rc1-nr1 (Windows 2000) iD8DBQE+d3jmOeQkq5KdzaARAr3AAKC6VePGkotTeHDDt6h3gw4vL6KR1wCdF8B1 0/0NWI71pTB+aLvgXgxiSO8= =8Vkx -----END PGP SIGNATURE----- ________________________________________________________ Current version is 1.61 | "Using TBTECH" information: http://www.silverstones.com/thebat/TBUDLInfo.html
