instance method MatchData#regexp

regexp -> Regexp[permalink][rdoc][edit]

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



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