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