Changes between Version 100 and Version 101 of Rules/FranceSpecificRules
- Timestamp:
- 2025-02-20T22:56:19+01:00 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rules/FranceSpecificRules
v100 v101 278 278 } 279 279 280 *["ref:FR:SIREN"]["ref:FR:SIREN"!~/ (^[0-9]{9}$)|^([0-9]{9};)*[0-9]{9}$/][inside("FR")] {280 *["ref:FR:SIREN"]["ref:FR:SIREN"!~/^([0-9]{9};)*[0-9]{9}$/][inside("FR")] { 281 281 throwWarning: tr("{0} is not a valid SIREN number", "{0.tag}"); 282 282 } 283 *["ref:FR:SIRET"]["ref:FR:SIRET"!~/ (^[0-9]{14}$)|^([0-9]{14};)*[0-9]{14}$/][inside("FR")] {283 *["ref:FR:SIRET"]["ref:FR:SIRET"!~/^([0-9]{14};)*[0-9]{14}$/][inside("FR")] { 284 284 throwWarning: tr("{0} is not a valid SIRET number", "{0.tag}"); 285 285 }
