Qt 6.7
Qt Core
C++ Classes
QRegularExpressionMatch
Qt 6.7.2 Reference Documentation
List of All Members for QRegularExpressionMatch
This is the complete list of members for
QRegularExpressionMatch
, including inherited members.
QRegularExpressionMatch
()
QRegularExpressionMatch
(const QRegularExpressionMatch &)
QRegularExpressionMatch
(QRegularExpressionMatch &&)
~QRegularExpressionMatch
()
captured
(int) const : QString
captured
(const QString &) const : QString
captured
(QStringView) const : QString
capturedEnd
(int) const : qsizetype
capturedEnd
(const QString &) const : qsizetype
capturedEnd
(QStringView) const : qsizetype
capturedLength
(int) const : qsizetype
capturedLength
(const QString &) const : qsizetype
capturedLength
(QStringView) const : qsizetype
capturedStart
(int) const : qsizetype
capturedStart
(const QString &) const : qsizetype
capturedStart
(QStringView) const : qsizetype
capturedTexts
() const : QStringList
capturedView
(int) const : QStringView
capturedView
(QStringView) const : QStringView
hasCaptured
(const QString &) const : bool
hasCaptured
(QStringView) const : bool
hasCaptured
(int) const : bool
hasMatch
() const : bool
hasPartialMatch
() const : bool
isValid
() const : bool
lastCapturedIndex
() const : int
matchOptions
() const : QRegularExpression::MatchOptions
matchType
() const : QRegularExpression::MatchType
regularExpression
() const : QRegularExpression
swap
(QRegularExpressionMatch &)
operator=
(const QRegularExpressionMatch &) : QRegularExpressionMatch &
operator=
(QRegularExpressionMatch &&) : QRegularExpressionMatch &