Skip to main content

is_valid

Function is_valid 

Source
pub fn is_valid(cnpj: &str) -> bool
Expand description

Compatibility alias for is_valid_lenient.

Use is_valid_strict when case, punctuation, and whitespace must be checked.