in reply to Re: How to improve regex for parsing equals delimited data
in thread How to improve regex for parsing equals delimited data

Thanks, this worked well. I tried split at one point but didn't realize everything was shifted by one so I missed the fourth field. This is easy to follow also.

  • Comment on Re^2: How to improve regex for parsing equals delimited data