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
- Since:
- This class was introduced in Qt 5.0.
-
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 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
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()- Since:
- This function was introduced in Qt 5.1.
-
-
Method Details
-
captured
- Parameters:
name
-- Returns:
-
captured
- Parameters:
nth
-- Returns:
-
capturedEnd
- Parameters:
name
-- Returns:
-
capturedEnd
- Parameters:
nth
-- Returns:
-
capturedLength
- Parameters:
name
-- Returns:
-
capturedLength
- Parameters:
nth
-- Returns:
-
capturedStart
- Parameters:
name
-- Returns:
-
capturedStart
- Parameters:
nth
-- Returns:
-
capturedTexts
- Returns:
-
hasMatch
- Returns:
-
hasPartialMatch
- Returns:
-
isValid
- Returns:
-
lastCapturedIndex
- Returns:
-
matchOptions
- Returns:
-
matchType
- Returns:
-
assign
- Parameters:
match
-
-
regularExpression
- Returns:
-
swap
- Parameters:
other
-
-
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
.
-