Uses of Class
io.qt.core.QRegularExpressionMatch
Packages that use QRegularExpressionMatch
-
Uses of QRegularExpressionMatch in io.qt.core
Classes in io.qt.core that implement interfaces with type arguments of type QRegularExpressionMatchModifier and TypeClassDescriptionclassIterator on the results of a global match of a QRegularExpression object against a stringclassIterator on the results of a global match of a QRegularExpression object against a stringMethods in io.qt.core that return QRegularExpressionMatchModifier and TypeMethodDescriptionfinal QRegularExpressionMatchfinal QRegularExpressionMatchfinal QRegularExpressionMatchQRegularExpression.match(String subject, long offset, QRegularExpression.MatchOption ... matchOptions) final QRegularExpressionMatchQRegularExpression.match(String subject, long offset, QRegularExpression.MatchOptions matchOptions) final QRegularExpressionMatchQRegularExpression.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 QRegularExpressionMatchQRegularExpression.match(String subject, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) final QRegularExpressionMatchQRegularExpression.match(String subject, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) final QRegularExpressionMatchQRegularExpression.match(String subject, QRegularExpression.MatchOption ... matchOptions) final QRegularExpressionMatchQRegularExpression.match(String subject, QRegularExpression.MatchOptions matchOptions) final QRegularExpressionMatchQRegularExpression.match(String subject, QRegularExpression.MatchType matchType) final QRegularExpressionMatchQRegularExpression.match(String subject, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) final QRegularExpressionMatchQRegularExpression.match(String subject, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) final QRegularExpressionMatchDeprecated.final QRegularExpressionMatchfinal QRegularExpressionMatchQRegularExpression.matchView(String subject, long offset, QRegularExpression.MatchType matchType) final QRegularExpressionMatchQRegularExpression.matchView(String subject, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) final QRegularExpressionMatchQRegularExpression.matchView(String subject, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) final QRegularExpressionMatchQRegularExpressionMatchIterator.next()final QRegularExpressionMatchQRegularExpressionMatchIterator.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 voidQRegularExpressionMatch.assign(QRegularExpressionMatch match) final booleanQString.contains(QRegularExpression re, QRegularExpressionMatch rmatch) final longQString.indexOf(QRegularExpression re, long from, QRegularExpressionMatch rmatch) final longQString.lastIndexOf(QRegularExpression re, long from, QRegularExpressionMatch rmatch) final longQString.lastIndexOf(QRegularExpression re, QRegularExpressionMatch rmatch) final voidQRegularExpressionMatch.swap(QRegularExpressionMatch other) -
Uses of QRegularExpressionMatch in io.qt.httpserver
Subinterfaces with type arguments of type QRegularExpressionMatch in io.qt.httpserverMethods in io.qt.httpserver with parameters of type QRegularExpressionMatchModifier and TypeMethodDescriptionprotected booleanQHttpServerRouterRule.matches(QHttpServerRequest request, QRegularExpressionMatch match) Constructor parameters in io.qt.httpserver with type arguments of type QRegularExpressionMatchModifierConstructorDescription<Receiver>QHttpServerRouterRule(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&&) <Receiver>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.