qt5base-lts/tests/auto/corelib/tools/qregularexpression
Samuel Gaist 6d0044f1dc Add wildcard-to-regexp support to QRegularExpression
This method will make QRegularExpression on par with QRegExp and
will allow to replace this class when a wildcard expression can be
set through an API (e.g. QSortFilterProxyModel::setFilterWildcard).

For other use cases, see QTBUG-34052.

[ChangeLog][QRegularExpression] Implemented support for wildcard
patterns.
Warning: QRegularExpression might not give the exact same result
as QRegExp as its implementation follows strictly the glob patterns
definition for the wildcard expressions.

Change-Id: I5ed4617ca679159430c3d46da3449f6b3100e366
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
2018-03-30 16:34:30 +00:00
..
alwaysoptimize Updated license headers 2016-01-21 18:55:18 +00:00
defaultoptimize Updated license headers 2016-01-21 18:55:18 +00:00
forceoptimize Updated license headers 2016-01-21 18:55:18 +00:00
.gitignore QRegularExpression: add ways to force an immediate optimization 2014-05-06 00:10:55 +02:00
qregularexpression.pro Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
tst_qregularexpression.cpp Add wildcard-to-regexp support to QRegularExpression 2018-03-30 16:34:30 +00:00
tst_qregularexpression.h Add wildcard-to-regexp support to QRegularExpression 2018-03-30 16:34:30 +00:00