class Regexp::Scanner

def copy(data, range)

Copy from ts to te from data as text
def copy(data, range)
  data[range].pack('c*')
end