Skip to content

Commit

Permalink
Update regex
Browse files Browse the repository at this point in the history
  • Loading branch information
anngvu committed Feb 9, 2024
1 parent c5916d9 commit ca30191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/slots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ slots:
required: true
description: Age (in years) of individual when samples are contributed/biobanked, as a positive number such as 40 or 56.5. If not available/missing, fill in with value "Unknown".
annotations:
validationRules: regex match ^\d*\.?\d*$|^Unknown$
validationRules: regex match \d*\.?\d*$|^Unknown$
AgeAtMenarche:
title: Age At Menarche
required: false
Expand Down

0 comments on commit ca30191

Please sign in to comment.