Hello Lars,

That did the trick!

Can I ask...

What does the (?is) part do?

What does the *"%- part do?

What does the *? part do?

I might be able to work it out then!

-- 
Best regards,
 Jon 

Wednesday, April 3, 2002, 11:31:17 AM, you wrote:

LG> Hi Jon,
LG> 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.

LG> Try this one:

LG> %SETPATTREGEXP="(?is)(^Name:(.*?)\nCity(.*?)\nProduct(.*?)\nAmount:?(.*?)\n).*"%-
LG> %REGEXPBlindMATCH="%TEXT"%-
LG> %Subpatt="2", %Subpatt="3", %Subpatt="4", %Subpatt="5"


______________________________________________________
Archives   : http://tbtech.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to