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.match

Signature de la méthode match

Description

match.__doc__

match(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.QRegularExpressionMatch
match(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.QRegularExpressionMatch