superclass=Object
type=class
library=_builtin
extended=
included=

[[unknown:ɽ]]Υ饹ɽΥƥϥåǰϤ
ǵҤޤ

  /^this is regexp/

Regexp.new(string) Ȥäɽ֥ȤưŪ
ȤǤޤ

  str = "this is regexp"
  rp1 = Regexp.new("^this is regexp")
  p rp1 =~ str           #=> 0
  p Regexp.last_match[0] #=> "this is regexp"
