Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.6.2
-
None
-
8eb2546bf23419e20064f4cf5c308e77831b3ee5 in qtbase and 7ce3726aea4be2dfdb57966a4482f66fec6f8f57 in 4.8
Description
QRegExp rx("B\\[1
]", Qt::CaseSensitive, QRegExp::WildcardUnix);
this will not match
QString s("B[1]");
because of internal function wc2rx not working correctly.
Line 778 in qregexp.cpp should be
if (i == wclen) { // the end
instead of i+1
Attachments
Issue Links
- relates to
-
QTBUG-14849 QRegExp WildcardUnix mode has bogus semantics
-
- Closed
-