Skip to content
Snippets Groups Projects
user avatar
Alberto Massari authored
A regular expression with a negative character class was always stored as a positive character class, so trying to perform a case-insensitive match of "q" against "[^Q]" would fail because it was immediately exploded into [a-zA-PR-Z]; we now preserve the negative character class

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@711369 13f79535-47bb-0310-9956-ffa450edef68
3ec0d656
Name Last commit Last update