Hi Jon, On Wednesday, April 3, 2002 at 11:14:39 [GMT +0100], you wrote: JL> Currently, I have the following regexp:
JL> %SETPATTREGEXP="(?is)(^Name:.*?\nCity.*?\nProduct.*?\nAmount:?.*?\n).*"%- JL> %REGEXPBlindMATCH="%TEXT" JL> %Subpatt="1" JL> This is not the format that I seek. Try this one: %SETPATTREGEXP="(?is)(^Name:(.*?)\nCity(.*?)\nProduct(.*?)\nAmount:?(.*?)\n).*"%- %REGEXPBlindMATCH="%TEXT"%- %Subpatt="2", %Subpatt="3", %Subpatt="4", %Subpatt="5" -- Regards, Lars The Bat! 1.60c on Windows XP 5.1 Build 2600 ____________________________________________________________ | Lars Geiger | <mailto:[EMAIL PROTECTED]> | ______________________________________________________ Archives : http://tbtech.thebat.dutaint.com Moderators : mailto:[EMAIL PROTECTED] Unsubscribe: mailto:[EMAIL PROTECTED]
