- captureCount
int captureCount()
Undocumented in source.
- errorString
QString errorString()
Undocumented in source.
- globalMatch
QRegularExpressionMatchIterator globalMatch(const(QString) subject, qsizetype offset, MatchType matchType, MatchOptions matchOptions)
Undocumented in source.
- globalMatch
QRegularExpressionMatchIterator globalMatch(QStringView subjectView, qsizetype offset, MatchType matchType, MatchOptions matchOptions)
Undocumented in source.
- isValid
bool isValid()
Undocumented in source.
- match
QRegularExpressionMatch match(const(QString) subject, qsizetype offset, MatchType matchType, MatchOptions matchOptions)
Undocumented in source.
- match
QRegularExpressionMatch match(QStringView subjectView, qsizetype offset, MatchType matchType, MatchOptions matchOptions)
Undocumented in source.
- namedCaptureGroups
QStringList namedCaptureGroups()
Undocumented in source.
- optimize
void optimize()
Undocumented in source.
- pattern
QString pattern()
Undocumented in source.
- patternErrorOffset
qsizetype patternErrorOffset()
Undocumented in source.
- patternOptions
PatternOptions patternOptions()
Undocumented in source.
- rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
- setPattern
void setPattern(const(QString) pattern)
Undocumented in source.
- setPatternOptions
void setPatternOptions(PatternOptions options)
Undocumented in source.
- anchoredPattern
QString anchoredPattern(const(QString) expression)
Undocumented in source. Be warned that the author may not have intended to support it.
- anchoredPattern
QString anchoredPattern(QStringView expression)
Undocumented in source.
- create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.
- escape
QString escape(const(QString) str)
Undocumented in source. Be warned that the author may not have intended to support it.
- escape
QString escape(QStringView str)
Undocumented in source.
- fromWildcard
QRegularExpression fromWildcard(QStringView pattern, qt.core.namespace.CaseSensitivity cs, WildcardConversionOptions options)
Undocumented in source.
- wildcardToRegularExpression
QString wildcardToRegularExpression(const(QString) str, WildcardConversionOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
- wildcardToRegularExpression
QString wildcardToRegularExpression(QStringView str, WildcardConversionOptions options)
Undocumented in source.
Binding for C++ class QRegularExpression.