string -> String
マッチ対象になった文字列の複製を返します。
返す文字列はフリーズ(Object#freeze)されています。
m = /(.)(.)(\d+)(\d)/.match("THX1138.") m.string # => "THX1138."