ncihtan / data-models

Schema.org Data Models for HTAN
MIT License
14 stars 7 forks source link

Fix filename regex #327

Closed adamjtaylor closed 8 months ago

adamjtaylor commented 8 months ago

Per FDS-1416 we were getting a DCA crash due to an invalid regex for the attribute Filename.

Investigation revealed that the baskslash escape of the forward slash was not needed.