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/9697] character does not match neither [a-z] nor [^a-z]


------- Additional Comments From bonzini at gnu dot org  2008-12-31 13:06 -------
Probably related to fastmap: 

~$ sed 's/a[^a-z]/ax/g' <<< a&#730;b    # correct
axb
~$ sed 's/[^a-z]/x/g' <<< a&#730;b    # wrong
a&#730;b

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=9697

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