java.lang.Object
io.qt.QtObject
io.qt.core.QRegularExpressionMatch
- All Implemented Interfaces:
QtObjectInterface
The results of a matching a QRegularExpression against a string
Java wrapper for Qt class QRegularExpressionMatch
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QRegularExpressionMatch match) final String
captured()
Overloaded function forcaptured(int)
withnth = 0
.final String
captured
(int nth) final String
final long
Overloaded function forcapturedEnd(int)
withnth = 0
.final long
capturedEnd
(int nth) final long
capturedEnd
(String name) final long
Overloaded function forcapturedLength(int)
withnth = 0
.final long
capturedLength
(int nth) final long
capturedLength
(String name) final long
Overloaded function forcapturedStart(int)
withnth = 0
.final long
capturedStart
(int nth) final long
capturedStart
(String name) final QStringList
final boolean
hasCaptured
(int nth) final boolean
hasCaptured
(String name) final boolean
hasMatch()
final boolean
final boolean
isValid()
final int
final QRegularExpression
final void
swap
(QRegularExpressionMatch other) toString()
Seeoperator<<(QDebug,
QRegularExpressionMatch) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QRegularExpressionMatch
public QRegularExpressionMatch()
-
-
Method Details
-
captured
-
captured
-
capturedEnd
-
capturedEnd
-
capturedLength
-
capturedLength
-
capturedStart
-
capturedStart
-
capturedTexts
-
hasCaptured
See
QRegularExpressionMatch::
hasCaptured(QString)const This function was introduced in Qt 6.3.
-
hasCaptured
See
QRegularExpressionMatch::
hasCaptured(int)const This function was introduced in Qt 6.3.
-
hasMatch
-
hasPartialMatch
-
isValid
-
lastCapturedIndex
-
matchOptions
-
matchType
-
assign
-
regularExpression
-
swap
-
toString
See
operator<<(QDebug,
QRegularExpressionMatch) -
captured
Overloaded function for
captured(int)
withnth = 0
. -
capturedEnd
Overloaded function for
capturedEnd(int)
withnth = 0
. -
capturedLength
Overloaded function for
capturedLength(int)
withnth = 0
. -
capturedStart
Overloaded function for
capturedStart(int)
withnth = 0
.
-