diff --git a/src/Validator.php b/src/Validator.php index 2e811dc..6946184 100644 --- a/src/Validator.php +++ b/src/Validator.php @@ -25,7 +25,7 @@ class Validator 'ES' => '([A-Z]\d{7}[A-Z]|\d{8}[A-Z]|[A-Z]\d{8})', 'EU' => '\d{9}', 'FI' => '\d{8}', - 'FR' => '[A-Z\d]{2}\d{9}', + 'FR' => '\d{11}', 'GB' => '(\d{9}|\d{12}|(GD|HA)\d{3})', 'HR' => '\d{11}', 'HU' => '\d{8}',