in reply to Re: Re: Re: Not quite a simple split
in thread Not quite a simple split
Actually, I missed the significance of a capture group in the split. So it returns the tokens which as I indicated will be everything except the quoted ones, but then the capture group makes it return the delimter too which will be the quoted strings.