- captureCount
int captureCount()
Undocumented in source.
- errorString
QString errorString()
Undocumented in source.
- globalMatch
QRegularExpressionMatchIterator globalMatch(const(QString) subject, int offset, MatchType matchType, MatchOptions matchOptions)
Undocumented in source.
- globalMatch
QRegularExpressionMatchIterator globalMatch(const(QStringRef) subjectRef, int offset, MatchType matchType, MatchOptions matchOptions)
Undocumented in source.
- globalMatch
QRegularExpressionMatchIterator globalMatch(QStringView subject, int offset, MatchType matchType, MatchOptions matchOptions)
Undocumented in source. Be warned that the author may not have intended to support it.
- isValid
bool isValid()
Undocumented in source.
- match
QRegularExpressionMatch match(const(QString) subject, int offset, MatchType matchType, MatchOptions matchOptions)
Undocumented in source.
- match
QRegularExpressionMatch match(const(QStringRef) subjectRef, int offset, MatchType matchType, MatchOptions matchOptions)
Undocumented in source.
- match
QRegularExpressionMatch match(QStringView subject, int offset, MatchType matchType, MatchOptions matchOptions)
Undocumented in source. Be warned that the author may not have intended to support it.
- namedCaptureGroups
QStringList namedCaptureGroups()
Undocumented in source.
- optimize
void optimize()
Undocumented in source.
- pattern
QString pattern()
Undocumented in source.
- patternErrorOffset
int 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.