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 « Match » Python 3.11.3

Méthode re.Match.groups

Signature de la méthode groups

def groups(self, /, default=None) 

Description

help(Match.groups)

Return a tuple containing all the subgroups of the match, from 1.

  default
    Is used for groups that did not participate in the match.