@valtimo/zgw 13.5.0 → 13.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1327,7 +1327,7 @@ class DocumentenApiMetadataModalComponent {
1327
1327
  if (!filename) {
1328
1328
  return null;
1329
1329
  }
1330
- filename = filename.replace(/\.[^/.]+$/, '').replace(/[^a-zA-Z0-9]+/g, ' ');
1330
+ filename = filename.replace(/\.[^/.]+$/, '').replace(/[._]/g, ' ');
1331
1331
  return filename.charAt(0).toUpperCase() + filename.slice(1);
1332
1332
  }
1333
1333
  formatDate(controlName) {