Re: Regexp Guru Needed
- From: James Edward Gray II <james@xxxxxxxxxxxxxxxxxxx>
- Date: Mon, 31 Oct 2005 00:59:13 +0900
On Oct 30, 2005, at 3:43 AM, Warren Seltzer wrote:
If you google for "CSV regexp" you get a lot of hits. This one looks promising:
http://www.codeguru.com/columns/DotNetTips/article.php/c8153/
Thanks.
Just FYI, the main expression we are working with is:
/\G(?:^|,)(?:"((?>[^"]*)(?>""[^"]*)*)"|([^",]*))/
From Mastering Regular Expressions (2nd Edition).
James Edward Gray II
.
- References:
- Re: Regexp Guru Needed
- From: Warren Seltzer
- Re: Regexp Guru Needed
- Prev by Date: Re: determining whether an object is an immediate?
- Next by Date: Re: "Readability" inflation
- Previous by thread: Re: Regexp Guru Needed
- Next by thread: Regex expression tester.
- Index(es):