Description Usage Arguments Value TODO Examples
Is the string a full postcode.
1 | is_postcode_complete(postcode, ignore_case = FALSE)
|
postcode |
A character string. |
ignore_case |
A boolean. |
A boolean.
Handle case is_postcode_complete("ng22 9qc", ignore_case = TRUE) This postcode is not recognized by the regex but is valid(?)
1 2 | is_postcode_complete("EC2A 3JX")
is_postcode_complete("ec2a", ignore_case = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.