Regular Expressions 101

Community Patterns

Récupérer la bonne information

3

Regular Expression
PCRE (PHP <7.3)

/
(.*)\((.*)\) (.*)
/

Description

Groupe d'information $1 $2 $3

$1 = Prénom + Nom $2 = (Information à récupérer ou à supprimer) $3 = Numéro de téléphone

Submitted by Terence DEMOL - 8 years ago