class MatchData

def match_length(index)

def match_length(index)
  m = self[index]
  m && m.length
end