summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qregularexpression.h
Commit message (Expand)AuthorAgeFilesLines
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-1/+0
* Inline some methods that only forward to another overloadLars Knoll2020-08-291-4/+8
* Use qsizetype in QRegularExpressionMarcel Krems2020-08-281-14/+14
* QRegularExpression: Purge deprecated PatternOption membersEdward Welbourne2020-07-201-3/+5
* Port QRegularExpression to QStringView, drop QStringRefGiuseppe D'Angelo2020-05-311-5/+2
* Add a QRegularExpression::fromWildcard() convenience methodLars Knoll2020-05-061-0/+3
* Add WildcardConversionOptions to QRegularExpressionLars Knoll2020-04-151-3/+9
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-2/+2
* QRegularExpression: rename AnchoredMatchOption to AnchorAtOffsetMatchOptionGiuseppe D'Angelo2020-04-031-1/+2
* QRegularExpression: inline some compatibility callsGiuseppe D'Angelo2020-03-131-3/+11
* QRegularExpression: make escape-like functions work on QStringViewGiuseppe D'Angelo2020-01-061-8/+12
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+279