以下成员源于类 QRegularExpression 被弃用。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
								
(since 6.0, deprecated)
								
								QRegularExpressionMatchIterator
							 | 
							globalMatch (QStringView subjectView , qsizetype offset = 0, QRegularExpression::MatchType matchType = NormalMatch, QRegularExpression::MatchOptions matchOptions = NoMatchOption) const | 
								
(since 6.0, deprecated)
								
								QRegularExpressionMatch
							 | 
							match (QStringView subjectView , qsizetype offset = 0, QRegularExpression::MatchType matchType = NormalMatch, QRegularExpression::MatchOptions matchOptions = NoMatchOption) const | 
[since 6.0, deprecated]
						
						
							
								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, deprecated]
						
						
							
								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 引入。