sanger / stan-core

MIT License
0 stars 2 forks source link

x1174 As TS (Katy) I want the replicate numbers to allow ".", "_" or "-" to allow for accurate tracking on samples from faculty #351

Closed khelwood closed 7 months ago

khelwood commented 7 months ago

Must start and end with a letter or digit. Cannot have two adjacent punctuation characters.

^[0-9a-z]([-_.]?[0-9a-z])*$

khelwood commented 7 months ago

Core commit https://github.com/sanger/stan-core/commit/17e8520e29cde6df2849079d2c7fc893a752098a

khelwood commented 7 months ago

Client PR https://github.com/sanger/stan-client/pull/563