in reply to Re^6: Is there any regex limitation?
in thread Is there any regex limitation?

You said: Actually yes you can. Using split... I defy you to correctly parse the OPs two sample records using split only. And if you can't, which you won't, then you were talking shite.

Text::xSV is implemented using regex as is Text::CSV_PP. split takes regex; so you're only one doing that.

Replies are listed 'Best First'.
Re^8: Is there any regex limitation?
by BrowserUk (Patriarch) on Jul 25, 2011 at 06:16 UTC
    I defy you to correctly parse the OPs two sample records using split only. And if you can't, which you won't, then you were talking shite.

    You didn't. I win.