Returns:
68 69 70
# File 'lib/midwire_common/string.rb', line 68 def zipcode? self =~ %r{^(\d{5})(-\d{4})?$}x ? true : false end