This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug regex/10106] one or more match problem?


------- 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]