RE: Complex RegEx Question

2001-06-21 Thread Wagner-David
sage- From: Scott Seitz [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 12:02 To: [EMAIL PROTECTED] Subject: Complex RegEx Question I have a 6M text file which has a fairly complex structure. The file has certain key words that I need to use as delimiters. A sample of the file is be

Complex RegEx Question

2001-06-21 Thread Scott Seitz
I have a 6M text file which has a fairly complex structure. The file has certain key words that I need to use as delimiters. A sample of the file is below: DataSource Name "x" Separator " " SourceType "z" CharactherSet Ansi DecimalSep "." Thousandsep ","... DataSource Name "y" Separator " " ...