dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QRegularExpression.globalMatch
qt
core
regularexpression
QRegularExpression
Undocumented in source.
QRegularExpressionMatchIterator
globalMatch
(const(QString) subject, int offset, MatchType matchType, MatchOptions matchOptions)
QRegularExpressionMatchIterator
globalMatch
(const(QStringRef) subjectRef, int offset, MatchType matchType, MatchOptions matchOptions)
struct
QRegularExpression
const
QRegularExpressionMatchIterator
globalMatch
(
ref
const
(
QStringRef
)
subjectRef
,
int
offset
= 0
,
MatchType
matchType
=
MatchType.NormalMatch
,
MatchOptions
matchOptions
=
MatchOption.NoMatchOption
)
QRegularExpressionMatchIterator
globalMatch
(QStringView subject, int offset, MatchType matchType, MatchOptions matchOptions)
Meta
Source
See Implementation
qt
core
regularexpression
QRegularExpression
aliases
MatchOptions
PatternOptions
constructors
this
destructors
~this
enums
MatchOption
MatchType
PatternOption
functions
captureCount
errorString
globalMatch
isValid
match
namedCaptureGroups
optimize
pattern
patternErrorOffset
patternOptions
rawConstructor
setPattern
setPatternOptions
postblits
this(this)
static functions
anchoredPattern
create
escape
wildcardToRegularExpression