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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QRegularExpressionMatch match) final Stringcaptured()Overloaded function forcaptured(int)withnth = 0.final Stringcaptured(int nth) final Stringfinal longOverloaded function forcapturedEnd(int)withnth = 0.final longcapturedEnd(int nth) final longcapturedEnd(String name) final longOverloaded function forcapturedLength(int)withnth = 0.final longcapturedLength(int nth) final longcapturedLength(String name) final longOverloaded function forcapturedStart(int)withnth = 0.final longcapturedStart(int nth) final longcapturedStart(String name) final QStringListfinal booleanhasCaptured(int nth) final booleanhasCaptured(String name) final booleanhasMatch()final booleanfinal booleanisValid()final intfinal QRegularExpressionfinal voidswap(QRegularExpressionMatch other) toString()Seeoperator<<(QDebug,QRegularExpressionMatch) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QRegularExpressionMatch
public QRegularExpressionMatch()
-
-
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:
-
hasCaptured
- Parameters:
name-- Returns:
- Since:
- This function was introduced in Qt 6.3.
-
hasCaptured
- Parameters:
nth-- Returns:
- Since:
- This function was introduced in Qt 6.3.
-
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.
-