Community Patterns

Community Library Entry

3

Regular Expression
Created·2015-12-01 15:08
Flavor·PCRE (Legacy)

/
(.*)\((.*)\) (.*)
/
Open regex in editor

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