Uses of Class
io.qt.core.QRegularExpressionMatch
-
Uses of QRegularExpressionMatch in io.qt.core
Modifier and TypeMethodDescriptionfinal QRegularExpressionMatch
final QRegularExpressionMatch
final QRegularExpressionMatch
QRegularExpression.match
(String subjectView, long offset, QRegularExpression.MatchType matchType) Overloaded function forQRegularExpression.match(java.lang.String, long, io.qt.core.QRegularExpression.MatchType, io.qt.core.QRegularExpression.MatchOptions)
withmatchOptions = new io.qt.core.QRegularExpression.MatchOptions(0)
.final QRegularExpressionMatch
QRegularExpression.match
(String subjectView, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) final QRegularExpressionMatch
QRegularExpression.match
(String subjectView, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) final QRegularExpressionMatch
final QRegularExpressionMatch
final QRegularExpressionMatch
QRegularExpression.matchView
(String subjectView, long offset, QRegularExpression.MatchType matchType) Overloaded function forQRegularExpression.matchView(java.lang.String, long, io.qt.core.QRegularExpression.MatchType, io.qt.core.QRegularExpression.MatchOptions)
withmatchOptions = new io.qt.core.QRegularExpression.MatchOptions(0)
.final QRegularExpressionMatch
QRegularExpression.matchView
(String subjectView, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) final QRegularExpressionMatch
QRegularExpression.matchView
(String subjectView, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) final QRegularExpressionMatch
QRegularExpressionMatchIterator.next()
final QRegularExpressionMatch
QRegularExpressionMatchIterator.peekNext()
Modifier and TypeMethodDescriptionfinal Iterator
<QRegularExpressionMatch> QRegularExpressionMatchIterator.iterator()
Modifier and TypeMethodDescriptionfinal void
QRegularExpressionMatch.assign
(QRegularExpressionMatch match) final boolean
QString.contains
(QRegularExpression re, QRegularExpressionMatch rmatch) final long
QString.indexOf
(QRegularExpression re, long from, QRegularExpressionMatch rmatch) final long
QString.lastIndexOf
(QRegularExpression re, long from, QRegularExpressionMatch rmatch) final long
QString.lastIndexOf
(QRegularExpression re, QRegularExpressionMatch rmatch) final void
QRegularExpressionMatch.swap
(QRegularExpressionMatch other) -
Uses of QRegularExpressionMatch in io.qt.httpserver
Modifier and TypeMethodDescriptionvoid
QHttpServerRouterRule.RouterHandler.accept
(QRegularExpressionMatch arg__1, QHttpServerRequest arg__2, QHttpServerResponder arg__3) protected boolean
QHttpServerRouterRule.matches
(QHttpServerRequest request, QRegularExpressionMatch match)