in reply to Re: can't use unpack or split??
in thread can't use unpack or split??

It is definitely a good one, and one I'll remember for the future, but unfortunately, it relies on the delimitation of the second column by apostrophes, and this is not guaranteed, there are NO delimiters in the second column!

So a regex search that tries to matches as much of the line as possible, as written by browserUk, is the straight forward answer that will include any possibilties.

Thanks to everyone for answering

Cheers
Sam