xBacon v0.1.0 XBacon.Matchers.CNPJ

Defines matchers to verify CNPJ values

Summary

Functions

Validates the given value on the following formats

Functions

valid?(value)

Validates the given value on the following formats:

  • xx.xxx.xxx/xxxx-xx
  • xxxxxxxxxxxx-xx
  • xx.xxx.xxxxxxx-xx
  • xxxxxxxxxxxxxx

    Returns true if the value is matched against valid patterns otherwise, false.