xBacon v0.1.0 XBacon.Matchers.CEP

Defines matchers for CEP address information, the brazilian ZIP code

Summary

Functions

Validates the given value using the CEP pattern, it checks for the following formats

Functions

valid?(value)

Validates the given value using the CEP pattern, it checks for the following formats:

  • xxxxxx-xxx
  • xxxxxxxxx

Retuns true if the value matches any of the formats, otherwise, false.