in reply to Re: Parsing text files with a regex lookahead
in thread Parsing text files with a regex lookahead

Appreciate the suggestions. I always learn something when someone else takes a stab at the code.

The main problem is the format changes in each record, so one pass through the line doesn't cut it. I briefly thought about breaking up the splits, but didn't think it would work in every case. After seeing your code, I might try again.
  • Comment on Re^2: Parsing text files with a regex lookahead