We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1457b commit 6962d9cCopy full SHA for 6962d9c
app/src/helpers/constants/regex.ts
@@ -1,2 +1 @@
1
-export const NHS_NUMBER_PATTERN =
2
- /^\s*(\d{10}|\d{3}\s\d{3}\s\d{4}|\d{3}-\d{3}-\d{4})\s*$/;
+export const NHS_NUMBER_PATTERN = /^\s*(\d{10}|\d{3}\s\d{3}\s\d{4}|\d{3}-\d{3}-\d{4})\s*$/;
0 commit comments