From ca301916954e737965a6fb43a64f5d57f3e41d0d Mon Sep 17 00:00:00 2001 From: Anh Nguyet Vu Date: Fri, 9 Feb 2024 16:28:56 -0700 Subject: [PATCH] Update regex --- modules/slots.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/slots.yaml b/modules/slots.yaml index 05e8369..e30095d 100644 --- a/modules/slots.yaml +++ b/modules/slots.yaml @@ -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