Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « QRegularExpression »

Méthode PySide2.QtCore.QRegularExpression.globalMatch

Signature de la méthode globalMatch

Description

globalMatch.__doc__

globalMatch(self, subject: str, offset: int = 0, matchType: PySide2.QtCore.QRegularExpression.MatchType = PySide2.QtCore.QRegularExpression.MatchType.NormalMatch, matchOptions: PySide2.QtCore.QRegularExpression.MatchOptions = PySide2.QtCore.QRegularExpression.MatchOption.NoMatchOption) -> PySide2.QtCore.QRegularExpressionMatchIterator
globalMatch(self, subjectRef: str, offset: int = 0, matchType: PySide2.QtCore.QRegularExpression.MatchType = PySide2.QtCore.QRegularExpression.MatchType.NormalMatch, matchOptions: PySide2.QtCore.QRegularExpression.MatchOptions = PySide2.QtCore.QRegularExpression.MatchOption.NoMatchOption) -> PySide2.QtCore.QRegularExpressionMatchIterator