Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QRegularExpression Member List

This is the complete list of members for QRegularExpression, including all inherited members.

AnchorAtOffsetMatchOption enum valueQRegularExpression
anchoredPattern(const QString &expression)QRegularExpressioninlinestatic
anchoredPattern(QStringView expression)QRegularExpressionstatic
captureCount() constQRegularExpression
CaseInsensitiveOption enum valueQRegularExpression
comparesEqualQRegularExpressionfriend
DefaultWildcardConversion enum valueQRegularExpression
DontCaptureOption enum valueQRegularExpression
DontCheckSubjectStringMatchOption enum valueQRegularExpression
DotMatchesEverythingOption enum valueQRegularExpression
errorString() constQRegularExpression
escape(const QString &str)QRegularExpressioninlinestatic
escape(QStringView str)QRegularExpressionstatic
ExtendedPatternSyntaxOption enum valueQRegularExpression
fromWildcard(QStringView pattern, Qt::CaseSensitivity cs=Qt::CaseInsensitive, WildcardConversionOptions options=DefaultWildcardConversion)QRegularExpressionstatic
globalMatch(const QString &subject, qsizetype offset=0, MatchType matchType=NormalMatch, MatchOptions matchOptions=NoMatchOption) constQRegularExpression
globalMatchView(QStringView subjectView, qsizetype offset=0, MatchType matchType=NormalMatch, MatchOptions matchOptions=NoMatchOption) constQRegularExpression
InvertedGreedinessOption enum valueQRegularExpression
isValid() constQRegularExpression
match(const QString &subject, qsizetype offset=0, MatchType matchType=NormalMatch, MatchOptions matchOptions=NoMatchOption) constQRegularExpression
MatchOption enum nameQRegularExpression
MatchType enum nameQRegularExpression
matchView(QStringView subjectView, qsizetype offset=0, MatchType matchType=NormalMatch, MatchOptions matchOptions=NoMatchOption) constQRegularExpression
MultilineOption enum valueQRegularExpression
namedCaptureGroups() constQRegularExpression
NoMatch enum valueQRegularExpression
NoMatchOption enum valueQRegularExpression
NonPathWildcardConversion enum valueQRegularExpression
NoPatternOption enum valueQRegularExpression
NormalMatch enum valueQRegularExpression
operator<<(QDataStream &out, const QRegularExpression &re)QRegularExpressionrelated
operator<<(QDebug debug, const QRegularExpression &re)QRegularExpressionrelated
operator<<(QDebug debug, QRegularExpression::PatternOptions patternOptions)QRegularExpressionrelated
operator=(const QRegularExpression &re) noexceptQRegularExpression
operator>>(QDataStream &in, QRegularExpression &re)QRegularExpressionrelated
optimize() constQRegularExpression
PartialPreferCompleteMatch enum valueQRegularExpression
PartialPreferFirstMatch enum valueQRegularExpression
pattern() constQRegularExpression
patternErrorOffset() constQRegularExpression
PatternOption enum nameQRegularExpression
patternOptions() constQRegularExpression
Q_DECL_ENUMERATOR_DEPRECATED_X enum valueQRegularExpression
qHashQRegularExpressionfriend
qHash(const QRegularExpression &key, size_t seed) noexceptQRegularExpressionrelated
QRegularExpression()QRegularExpression
QRegularExpression(const QString &pattern, PatternOptions options=NoPatternOption)QRegularExpressionexplicit
QRegularExpression(const QRegularExpression &re) noexceptQRegularExpression
QRegularExpression(QRegularExpression &&re)=defaultQRegularExpression
QRegularExpressionMatchQRegularExpressionfriend
QRegularExpressionMatchIteratorQRegularExpressionfriend
QRegularExpressionMatchPrivateQRegularExpressionfriend
QRegularExpressionPrivateQRegularExpressionfriend
setPattern(const QString &pattern)QRegularExpression
setPatternOptions(PatternOptions options)QRegularExpression
swap(QRegularExpression &other) noexceptQRegularExpressioninline
UnanchoredWildcardConversion enum valueQRegularExpression
UseUnicodePropertiesOption enum valueQRegularExpression
WildcardConversionOption enum nameQRegularExpression
wildcardToRegularExpression(const QString &str, WildcardConversionOptions options=DefaultWildcardConversion)QRegularExpressioninlinestatic
wildcardToRegularExpression(QStringView str, WildcardConversionOptions options=DefaultWildcardConversion)QRegularExpressionstatic
~QRegularExpression()QRegularExpression