# File lib/pickle/parser/matchers.rb, line 75
      def capture_number_in_ordinal
        '(?:(\d+)(?:st|nd|rd|th))'
      end