Uses of Class
io.qt.core.QRegularExpressionMatch
Packages that use QRegularExpressionMatch
-
Uses of QRegularExpressionMatch in io.qt.core
Methods in io.qt.core that return QRegularExpressionMatchModifier 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()
Methods in io.qt.core that return types with arguments of type QRegularExpressionMatchModifier and TypeMethodDescriptionfinal Iterator<QRegularExpressionMatch>
QRegularExpressionMatchIterator.iterator()
Methods in io.qt.core with parameters of type QRegularExpressionMatchModifier 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
Methods in io.qt.httpserver with parameters of type QRegularExpressionMatchModifier and TypeMethodDescriptionprotected boolean
QHttpServerRouterRule.matches
(QHttpServerRequest request, QRegularExpressionMatch match) Constructor parameters in io.qt.httpserver with type arguments of type QRegularExpressionMatchModifierConstructorDescriptionQHttpServerRouterRule
(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.