# File lib/cucumber/parser/feature.rb, line 835
        def matches_name?(regexp_to_match)
          outline_matches_name?(regexp_to_match) || examples_sections.matches_name?(regexp_to_match)
        end