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 subject, long offset, QRegularExpression.MatchOption ... matchOptions) final QRegularExpressionMatch
QRegularExpression.match
(String subject, long offset, QRegularExpression.MatchOptions matchOptions) final QRegularExpressionMatch
QRegularExpression.match
(String subject, 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 subject, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) final QRegularExpressionMatch
QRegularExpression.match
(String subject, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) final QRegularExpressionMatch
QRegularExpression.match
(String subject, QRegularExpression.MatchOption ... matchOptions) final QRegularExpressionMatch
QRegularExpression.match
(String subject, QRegularExpression.MatchOptions matchOptions) final QRegularExpressionMatch
QRegularExpression.match
(String subject, QRegularExpression.MatchType matchType) final QRegularExpressionMatch
QRegularExpression.match
(String subject, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) final QRegularExpressionMatch
QRegularExpression.match
(String subject, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) final QRegularExpressionMatch
Deprecated.final QRegularExpressionMatch
final QRegularExpressionMatch
QRegularExpression.matchView
(String subject, long offset, QRegularExpression.MatchType matchType) final QRegularExpressionMatch
QRegularExpression.matchView
(String subject, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) final QRegularExpressionMatch
QRegularExpression.matchView
(String subject, 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 TypeMethodDescriptionprotected boolean
QHttpServerRouterRule.matches
(QHttpServerRequest request, QRegularExpressionMatch match) ModifierConstructorDescriptionQHttpServerRouterRule
(String pathPattern, Receiver receiver, QMetaObject.Slot4<Receiver, QRegularExpressionMatch, QHttpServerRequest, QHttpServerResponder> func) SeeQHttpServerRouterRule::
QHttpServerRouterRule<Handler>(QString, const QObject*, Handler&&) QHttpServerRouterRule
(String pathPattern, QObject context, QMetaObject.Slot3<QRegularExpressionMatch, QHttpServerRequest, QHttpServerResponder> func) SeeQHttpServerRouterRule::
QHttpServerRouterRule<Handler>(QString, const QObject*, Handler&&) QHttpServerRouterRule
(String pathPattern, QMetaObject.Slot3<QRegularExpressionMatch, QHttpServerRequest, QHttpServerResponder> func) SeeQHttpServerRouterRule::
QHttpServerRouterRule<Handler>(QString,, Handler&&) QHttpServerRouterRule
(String pathPattern, QHttpServerRequest.Methods methods, Receiver receiver, QMetaObject.Slot4<Receiver, QRegularExpressionMatch, QHttpServerRequest, QHttpServerResponder> func) SeeQHttpServerRouterRule::
QHttpServerRouterRule<Handler>(QString, const QHttpServerRequest::Methods, const QObject*, Handler&&) QHttpServerRouterRule
(String pathPattern, QHttpServerRequest.Methods methods, QObject context, QMetaObject.Slot3<QRegularExpressionMatch, QHttpServerRequest, QHttpServerResponder> func) SeeQHttpServerRouterRule::
QHttpServerRouterRule<Handler>(QString, const QHttpServerRequest::Methods, const QObject*, Handler&&) QHttpServerRouterRule
(String pathPattern, QHttpServerRequest.Methods methods, QMetaObject.Slot3<QRegularExpressionMatch, QHttpServerRequest, QHttpServerResponder> func) SeeQHttpServerRouterRule::
QHttpServerRouterRule<Handler>(QString, const QHttpServerRequest::Methods, const QObject*, Handler&&)
QRegularExpression.match(java.lang.String, long, io.qt.core.QRegularExpression.MatchType, io.qt.core.QRegularExpression.MatchOptions)
instead.