summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qregularexpression.h
Commit message (Expand)AuthorAgeFilesLines
* QRegularExpressionMatch: add a way to know if a capturing group capturedGiuseppe D'Angelo2021-08-251-0/+7
* QRegularExpression: add move constructorIvan Solovev2021-01-261-0/+8
* QRegularExpression: plaster some [[nodiscard]]Giuseppe D'Angelo2020-12-031-0/+5
* Revert "QRegularExpression: add move constructor(s)"Giuseppe D'Angelo2020-10-191-7/+0
* QRegularExpression: port to QESDPGiuseppe D'Angelo2020-10-191-2/+2
* QRegularExpression: add move constructor(s)Giuseppe D'Angelo2020-10-061-0/+7
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-2/+1
* QREMatchIterator: add support for range-based forGiuseppe D'Angelo2020-09-301-0/+96
* Fix some qdoc warnings: QRegularExpression parametersVolker Hilsheimer2020-09-221-1/+1
* 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