The VAT number in France consists of the country code (FR) followed by an 11-digit number.
Validator
France Value Added Tax (TVA) — Validates the French Value Added Tax Number specific check values.
Matched expressions
Regex expressions | Description | Score |
|---|---|---|
| Matches an 11-digit number | 1 |
| Matches a string. The first character begins with [a-z] or [A-Z] except 'I' or 'i' or 'O' or 'o' followed by 10-digit number. | 1 |
| Matches an alphanumeric string that begins with a digit, followed by the second character that begins with [a-z] or [A-Z] except 'I' or 'i' or 'O' or 'o' further followed by 9 digits. | 1 |
| Matches a string that begins with two characters [a-z] except 'i' or 'o' followed by 9 digits. | 1 |
| Matches a string that begins with two characters [A-Z] except 'I' or 'O' followed by 9 digits. | 1 |
Ignored expressions
None