| Log Message: |
If I create a regular expression using the expression "foo" with case
independence turned on, the RE class will not match "Foo", nor will it
match
"the Foo".
The problem seems to be related to some "prefix optimization" code I
found.
If a prefix match is to be performed, the code does not match the prefix
when the case independent flag is on.
Kurt Westerfeld <kurt@ManagedObjects.com>
|