What steps will reproduce the problem?
1. Add one of these regexes to a FilteredRE2: "[Rr]e[fF]", "REF",
2. Print the atoms returned by Compile
3. Notice they are all lower case
4. Read filtered_re2.h.
What is the expected output? What do you see instead?
Documenting that filtered_re2 returns lowercase, and that your string matching
algorithm needs to do case-insensitive matching.
I can't find a mention of this in the documentation, or in code comments of
filtered_re2.cc
What version of the product are you using? On what operating system?
7898bbcaf58f tip, Debian Linux 2.6.34 x86_64
Please provide any additional information below.
I think this is just a matter of documenting that the atoms need to be matched
in a case insensitive manner.
Original issue reported on code.google.com by edwinto...@gmail.com on 30 Jun 2010 at 7:08
Original issue reported on code.google.com by
edwinto...@gmail.com
on 30 Jun 2010 at 7:08