QRegularExpressionMatchIterator

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.
this
this(const(QRegularExpressionMatchIterator) iterator)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

hasNext
bool hasNext()
Undocumented in source.
isValid
bool isValid()
Undocumented in source.
matchOptions
QRegularExpression.MatchOptions matchOptions()
Undocumented in source.
matchType
QRegularExpression.MatchType matchType()
Undocumented in source.
next
QRegularExpressionMatch next()
Undocumented in source.
peekNext
QRegularExpressionMatch peekNext()
Undocumented in source.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
regularExpression
QRegularExpression regularExpression()
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta