Good evening Brano ! On Fri, 7 Mar 2003 16:14:16 +0100 GMT your local time, which was 07.03.2003, 16:14 (GMT+0100) where I live, you (Brano Brano) wrote in mid:[EMAIL PROTECTED]:
> for example here is QT: > %SETPATTREGEXP="(?i)^((re|ha|rcpt|fwd|fw)*\:*\s*)*(\[\d\])*\s*(.*)$"%- > %REGEXPBLINDMATCH="%OFullSubj"%- > %SUBPATT="4" Yep! And now I have the chance and good reason to tell you that I updated my regex-tutorial. Only minor changes. But one thing is new: "(?:...)" is a possibility to group without having the matched string stored to a subpattern. This makes some QT's easier... ;-) Example: %SETPATTREGEXP="(?i)^(?:(?:re|ha|rcpt|fwd|fw)*\:*\s*)*(?:\[\d\])*\s*(.*)$"%- %REGEXPMATCH="%OFullSubj" No RegexpBlindmatch or Subpatt necessary.... Well, I'm not sure whether this is really easier, but at least it gave me the chance to write something about the update *gg* ;-)) -- Best regards, Gerd ======================================================= Tutorial for using regular expressions with TheBat! www.regenechsen.de ------------------------------------------------------- It is now proved beyond doubt that smoking is one of leading causes of statistics. Fletcher Knebel ------------------------------------------------------- now playing: WDR2 :-) ________________________________________________________ Current version is 1.61 | "Using TBTECH" information: http://www.silverstones.com/thebat/TBUDLInfo.html
