dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QRegularExpression.match
qt
core
regularexpression
QRegularExpression
Undocumented in source. Be warned that the author may not have intended to support it.
QRegularExpressionMatch
match
(const(QString) subject, int offset, MatchType matchType, MatchOptions matchOptions)
QRegularExpressionMatch
match
(const(QStringRef) subjectRef, int offset, MatchType matchType, MatchOptions matchOptions)
QRegularExpressionMatch
match
(QStringView subject, int offset, MatchType matchType, MatchOptions matchOptions)
struct
QRegularExpression
pragma(
inline
, true) const
QRegularExpressionMatch
match
(
QStringView
subject
,
int
offset
= 0
,
MatchType
matchType
=
MatchType.NormalMatch
,
MatchOptions
matchOptions
=
MatchOption.NoMatchOption
)
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