Fix PHP validation pattern for Hungarian Statistical Office
This commit is contained in:
@ -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}$/',
|
||||
];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user