regexp -> RegexpRuby 1.9.3 から[permalink][rdoc][edit]-
自身の元になった正規表現オブジェクトを返します。
例m = /a.*b/.match("abc") p m.regexp # => /a.*b/
regexp -> RegexpRuby 1.9.3 から[permalink][rdoc][edit]自身の元になった正規表現オブジェクトを返します。
例m = /a.*b/.match("abc")
p m.regexp # => /a.*b/