class MatchData
Superclass hierarchy
Object
Reference
MatchData
Defined in:
Class Method Summary
.new
(regex, code, string, pos, ovector, length)
Instance Method Summary
#[]
(group_name : String)
#[]
(n)
#[]?
(group_name : String)
#[]?
(n)
#begin
(n)
#byte_begin
(n)
#byte_end
(n)
#end
(n)
#inspect
(io : IO)
#length
#regex
#string
#to_s
(io : IO)
Class Method Detail
def self.
new
(regex, code, string, pos, ovector, length)
Instance Method Detail
def
[]
(group_name :
String
)
def
[]
(n)
def
[]?
(group_name :
String
)
def
[]?
(n)
def
begin
(n)
def
byte_begin
(n)
def
byte_end
(n)
def
end
(n)
def
inspect
(io :
IO
)
def
length
def
regex
def
string
def
to_s
(io :
IO
)