RSS Git Download  Clone
Raw Blame History
<!-- BEGIN [% component.name %] -->
[%-
    IF ( item = nhs_number.match('(\d{3})(\d{3})(\d{4})') );
        item.join; # defaults to single space
    ELSE;
        'PLEASE USE THE NHS NUMBER';
    END;
-%]
<!-- END [% component.name %] -->