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 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 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
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
-