since some months some French mobile number could start by 07 xx xx xx xx
So an update is required on the file : phone.fr.inc line 9
define('PHONE_FR_REGEX', '/(\+33|0)([1-6]\d{8}|85\d{7}|87[0-57-9]\d{6})$/');
to include [1*7]
since some months some French mobile number could start by 07 xx xx xx xx
So an update is required on the file : phone.fr.inc line 9
define('PHONE_FR_REGEX', '/(\+33|0)([1-6]\d{8}|85\d{7}|87[0-57-9]\d{6})$/');
to include [1*7]
Comments
Comment #1
jerome72 commentedWe also have numbers begining with 08 and 09
Thank you for this Field.
Comment #2
joachim desarmenien commentedDoes anyone have the update for 07 08 and 09 french numbers ? ?
i changed the regex to
define('PHONE_FR_REGEX', '/(\+33|0)([1-9]\d{8}|85\d{7}|87[0-57-9]\d{6})$/');
seems to work
Comment #3
Ljrox commentedI change 'phone.fr.inc' line 9 like #2
works for me, thanks
Comment #4
thierry_gd commentedTaken into account in 6.2.18 release