class CurrentWeekdayMatcher < Matcher
    REGEX = /\b(#{DAY_MATCHER})\b/i

    def to_date
      CurrentWeekday.new(date_index, today).to_date