Liking cljdoc? Tell your friends :D

cadastro-de-pessoa.cpf


control-digitsclj/s

source

digitsclj/s

source

formatclj/s

(format cpf)

Returns a string of the correctly formatted cpf

Returns a string of the correctly formatted cpf
sourceraw docstring

formatted?clj/s

(formatted? cpf)

Is the cpf formatted correctly?

Is the cpf formatted correctly?
sourceraw docstring

genclj/s

(gen)

Generates a random valid cpf

Generates a random valid cpf
sourceraw docstring

lengthclj/s

source

regexclj/s

source

repeatedclj/s

A set of cpfs with repeated digits that are considered valid by the algorithm, but normally shouldn't count as valid.

A set of cpfs with repeated digits that are
considered valid by the algorithm, but normally shouldn't count as valid.
sourceraw docstring

valid?clj/s

(valid? cpf)

Takes a string, seq of digits or a cpf. Returns true if valid, else false. A cpf Does not validate formatting.

Takes a string, seq of digits or a cpf. Returns true if valid, else false.
A cpf
Does not validate formatting.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close