nwb-extensions / ndx-template

A template for creating Neurodata Extensions for the NWB neurophysiology data standard
https://nwb.org/
Other
5 stars 8 forks source link

Restrict version string with regex #42

Closed rly closed 4 years ago

rly commented 4 years ago

The version string is currently unrestrained. Here, we restrict it to only have lower-case and upper-case ASCII letters, hyphens (-), underscores (_), plus signs (+), and periods (.).