From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20027 invoked by alias); 27 Apr 2009 15:52:57 -0000 Received: (qmail 19965 invoked by uid 48); 27 Apr 2009 15:52:42 -0000 Date: Mon, 27 Apr 2009 15:52:00 -0000 Message-ID: <20090427155242.19964.qmail@sourceware.org> From: "gzljg at hotmail dot com" To: glibc-bugs-regex@sources.redhat.com In-Reply-To: <20090427150536.10106.gzljg@hotmail.com> References: <20090427150536.10106.gzljg@hotmail.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug regex/10106] one or more match problem? X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-regex-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-regex-owner@sourceware.org X-SW-Source: 2009-04/txt/msg00004.txt.bz2 ------- Additional Comments From gzljg at hotmail dot com 2009-04-27 15:52 ------- (In reply to comment #2) > I think you want either ,\([^,]\+\), with basic syntax, or ,([^,]+), plus > setting extended syntax. > > Thus, invalid. thanks Paolo, I try to use ",\([^,]\+\)," as you suggested but it still failed for the basic syntax? Does it means I have to use the extended syntax? -- http://sourceware.org/bugzilla/show_bug.cgi?id=10106 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.