class LongMonthDayMatcher < FutureMatcher
    REGEX = /\b(#{LONG_MATCHER})\s+(\d{1,2})\b/i

    private