Obsolete Members for QRegularExpression

以下成员源于类 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 引入。