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