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, int offset, QRegularExpression.MatchType matchType) Overloaded function forQRegularExpression.match(java.lang.String, int, io.qt.core.QRegularExpression.MatchType, io.qt.core.QRegularExpression.MatchOptions)
withmatchOptions = new io.qt.core.QRegularExpression.MatchOptions(0)
.final QRegularExpressionMatch
QRegularExpression.match
(String subject, int offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) final QRegularExpressionMatch
QRegularExpression.match
(String subject, int 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 int
QString.indexOf
(QRegularExpression re, int from, QRegularExpressionMatch rmatch) final int
QString.lastIndexOf
(QRegularExpression re, int from, QRegularExpressionMatch rmatch) final void
QRegularExpressionMatch.swap
(QRegularExpressionMatch other)