java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QRegularExpressionMatch
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
The results of a matching a QRegularExpression against a string
Java wrapper for Qt's class QRegularExpressionMatch
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal String
captured()
Overloaded function forcaptured(int)
withnth = 0
.final String
captured
(int nth) final String
final int
Overloaded function forcapturedEnd(int)
withnth = 0
.final int
capturedEnd
(int nth) final int
capturedEnd
(String name) final int
Overloaded function forcapturedLength(int)
withnth = 0
.final int
capturedLength
(int nth) final int
capturedLength
(String name) final int
Overloaded function forcapturedStart(int)
withnth = 0
.final int
capturedStart
(int nth) final int
capturedStart
(String name) final QStringList
clone()
final boolean
hasMatch()
final boolean
final boolean
isValid()
final int
final QRegularExpression
final void
swap
(QRegularExpressionMatch other) toString()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QRegularExpressionMatch
public QRegularExpressionMatch() -
QRegularExpressionMatch
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
captured
-
captured
Overloaded function for
captured(int)
withnth = 0
. -
captured
-
capturedEnd
-
capturedEnd
Overloaded function for
capturedEnd(int)
withnth = 0
. -
capturedEnd
-
capturedLength
-
capturedLength
Overloaded function for
capturedLength(int)
withnth = 0
. -
capturedLength
-
capturedStart
-
capturedStart
Overloaded function for
capturedStart(int)
withnth = 0
. -
capturedStart
-
capturedTexts
-
hasMatch
-
hasPartialMatch
-
isValid
-
lastCapturedIndex
-
matchOptions
-
matchType
-
regularExpression
-
swap
-
toString
-
clone
-