class CVVMatcher {
  supports = attr => {
    return attr && (attr.match(/cvv/gi) || attr.match(/cvv2/gi));
  };