Fix PHP validation pattern for Hungarian Statistical Office
This commit is contained in:
parent
06a39eb147
commit
33cc6fc1b3
|
@ -19,7 +19,7 @@ enum MDInstitutionExternalIdRepository implements MDValueEnumInterface, JsonSeri
|
|||
];
|
||||
|
||||
const VALIDATION_PATTERN_PHP = [
|
||||
'hu_ksh' => '[0-9]{8}-[0-9]{4}-[0-9]{3}-[0-9]{2}',
|
||||
'hu_ksh' => '/^[0-9]{8}-[0-9]{4}-[0-9]{3}-[0-9]{2}$/',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user