Liking cljdoc? Tell your friends :D

brazilian-utils.cpf.validation


CPFFormattedclj/s

Schema for formatted numeric CPF: XXX.XXX.XXX-XX

Schema for formatted numeric CPF: XXX.XXX.XXX-XX
sourceraw docstring

CPFWithOptionalFormattingclj/s

Schema for CPF with optional formatting

Schema for CPF with optional formatting
sourceraw docstring

is-formatted?clj/s

(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
sourceraw docstring

is-valid-format?clj/s

(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
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close