Project

General

Profile

Actions

Bug #11992

closed

Regexp match data

Bug #11992: Regexp match data

Added by rinkevichjm (James Rinkevich) almost 10 years ago. Updated over 6 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:72865]

Description

m=" M.S. Math \n M.S. Computer Eng. \n".match /M\.S\./ m.offset 0 [1,5] m.offset 1 [1,5] # should be [13,17] 

Updated by nobu (Nobuyoshi Nakada) almost 10 years ago Actions #2 [ruby-core:72869]

  • Description updated (diff)
  • Status changed from Open to Feedback

I can't reproduce it, with any of 1.8..2.3, nor jruby-9.0.1.0.

$ ruby -e 'm=" M.S. Math \n M.S. Computer Eng. \n".match /M\.S\./; p m.offset(0), m.offset(1)' -e:1:in `offset': index 1 out of matches (IndexError)	from -e:1:in `<main>' 

What version do you use?

Updated by jeremyevans0 (Jeremy Evans) over 6 years ago Actions #3

  • Status changed from Feedback to Closed
Actions

Also available in: PDF Atom