QRegularExpressionMatch

Binding for C++ class QRegularExpressionMatch.

Constructors

this
this()
Undocumented in source.
this
this(const(QRegularExpressionMatch) match)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

captured
QString captured(int nth)
Undocumented in source.
captured
QString captured(const(QString) name)
Undocumented in source. Be warned that the author may not have intended to support it.
captured
QString captured(QStringView name)
Undocumented in source.
capturedEnd
qsizetype capturedEnd(int nth)
Undocumented in source.
capturedEnd
qsizetype capturedEnd(const(QString) name)
Undocumented in source. Be warned that the author may not have intended to support it.
capturedEnd
qsizetype capturedEnd(QStringView name)
Undocumented in source.
capturedLength
qsizetype capturedLength(int nth)
Undocumented in source.
capturedLength
qsizetype capturedLength(QStringView name)
Undocumented in source.
capturedLength
qsizetype capturedLength(const(QString) name)
Undocumented in source. Be warned that the author may not have intended to support it.
capturedStart
qsizetype capturedStart(int nth)
Undocumented in source.
capturedStart
qsizetype capturedStart(const(QString) name)
Undocumented in source. Be warned that the author may not have intended to support it.
capturedStart
qsizetype capturedStart(QStringView name)
Undocumented in source.
capturedTexts
QStringList capturedTexts()
Undocumented in source.
capturedView
QStringView capturedView(int nth)
Undocumented in source.
capturedView
QStringView capturedView(QStringView name)
Undocumented in source.
hasMatch
bool hasMatch()
Undocumented in source.
hasPartialMatch
bool hasPartialMatch()
Undocumented in source.
isValid
bool isValid()
Undocumented in source.
lastCapturedIndex
int lastCapturedIndex()
Undocumented in source.
matchOptions
QRegularExpression.MatchOptions matchOptions()
Undocumented in source.
matchType
QRegularExpression.MatchType matchType()
Undocumented in source.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
regularExpression
QRegularExpression regularExpression()
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta