You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## `spaced_nhs_number()`: Returns Spaced NHS Number
53
+
54
+
The `spaced_nhs_number()` method is designed to take the provided NHS number and return it in a formatted
55
+
string of the format `nnn nnn nnnn`. It's a static method so can be used in the following way
28
56
29
57
### Required Arguments
30
58
@@ -37,3 +65,11 @@ The following are required for `NHSNumberTools.spaced_nhs_number()`:
37
65
### Returns
38
66
39
67
A `str` with the provided NHS number in `nnn nnn nnnn` format. For example, `NHSNumberTools.spaced_nhs_number(1234567890)` would return `123 456 7890`.
0 commit comments