class YearMatcher {
  supports = attr => {
    return attr && attr.match(/year/gi);
  };