dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QRegularExpression.match
qt
core
regularexpression
QRegularExpression
Undocumented in source.
QRegularExpressionMatch
match
(const(QString) subject, qsizetype offset, MatchType matchType, MatchOptions matchOptions)
QRegularExpressionMatch
match
(QStringView subjectView, qsizetype offset, MatchType matchType, MatchOptions matchOptions)
struct
QRegularExpression
const
QRegularExpressionMatch
match
(
QStringView
subjectView
,
qsizetype
offset
= 0
,
MatchType
matchType
=
MatchType.NormalMatch
,
MatchOptions
matchOptions
=
MatchOption.NoMatchOption
)
Meta
Source
See Implementation
qt
core
regularexpression
QRegularExpression
aliases
MatchOptions
PatternOptions
WildcardConversionOptions
constructors
this
destructors
~this
enums
MatchOption
MatchType
PatternOption
WildcardConversionOption
functions
captureCount
errorString
globalMatch
isValid
match
namedCaptureGroups
optimize
pattern
patternErrorOffset
patternOptions
rawConstructor
setPattern
setPatternOptions
postblits
this(this)
static functions
anchoredPattern
create
escape
fromWildcard
wildcardToRegularExpression