* Stefan Tanurkov <[EMAIL PROTECTED]> writes:

> [*] Completely rewritten template subsystem with possibility to add
>     macros from plug-ins.
> [*] New syntax for macros: it is now possible to use brackets instead
>     of ="..." (in some cases it is now required - see below). Plus,
>     quotation marks are not required for one-word or one-macro parameters.
>     Like %IF:%CCLIST=="":"CC is empty":%CCLIST

--8<---------------cut here---------------start------------->8---
%SetPattRegExp="(.*?)x(.*?)"
%RegExpBlindMatch="AAAxBBB"
%Subpatt='1'
%Subpatt='2'
--8<---------------cut here---------------end--------------->8---

%Subpatt gives an empty result. I'd expect this macros to print

AAA
BBB

But all I get is

AAA

I believe all my QTs using Regular Expressions are broken now ;-O
-- 
Carsten


________________________________________________________
 Current beta is 1.63b8 | "Using TBBETA" information:
http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to