以下成員源於類 QRegularExpression 被棄用。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。
(棄用)
QRegularExpressionMatchIterator
|
globalMatch (QStringView subjectView , qsizetype offset = 0, QRegularExpression::MatchType matchType = NormalMatch, QRegularExpression::MatchOptions matchOptions = NoMatchOption) const |
(棄用)
QRegularExpressionMatch
|
match (QStringView subjectView , qsizetype offset = 0, QRegularExpression::MatchType matchType = NormalMatch, QRegularExpression::MatchOptions matchOptions = NoMatchOption) const |
[since 6.0]
QRegularExpressionMatchIterator
QRegularExpression::
globalMatch
(
QStringView
subjectView
,
qsizetype
offset
= 0,
QRegularExpression::MatchType
matchType
= NormalMatch,
QRegularExpression::MatchOptions
matchOptions
= NoMatchOption) const
This function is deprecated. We strongly advise against using it in new code.
這是重載函數。
使用 globalMatchView () 代替。
該函數在 Qt 6.0 引入。
[since 6.0]
QRegularExpressionMatch
QRegularExpression::
match
(
QStringView
subjectView
,
qsizetype
offset
= 0,
QRegularExpression::MatchType
matchType
= NormalMatch,
QRegularExpression::MatchOptions
matchOptions
= NoMatchOption) const
This function is deprecated. We strongly advise against using it in new code.
這是重載函數。
使用 matchView () 代替。
該函數在 Qt 6.0 引入。