instance method MatchData#regexp

regexp -> Regexp[permalink][rdoc]

自身の元になった正規表現オブジェクトを返します。

m = /a.*b/.match("abc")
m.regexp #=> /a.*b/