Schema for formatted numeric CPF: XXX.XXX.XXX-XX
Schema for formatted numeric CPF: XXX.XXX.XXX-XX
Schema for CPF with optional formatting
Schema for CPF with optional formatting
(is-formatted? cpf)Checks if CPF is formatted (XXX.XXX.XXX-XX).
Args: cpf - The CPF string to check
Returns: true if formatted with mask, false otherwise
Checks if CPF is formatted (XXX.XXX.XXX-XX). Args: cpf - The CPF string to check Returns: true if formatted with mask, false otherwise
(is-valid-format? cpf)Checks if CPF matches expected format (with or without formatting).
Args: cpf - The CPF string to check
Returns: true if format is valid, false otherwise
Checks if CPF matches expected format (with or without formatting). Args: cpf - The CPF string to check Returns: true if format is valid, false otherwise
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |