class ZipMatcher {
  supports = attr => {
    return attr && (attr.match(/zip/gi) || attr.match(/pincode/gi) || attr.match(/zipcode/gi));
  };