rb_reg_match      523 include/ruby/intern.h VALUE rb_reg_match(VALUE, VALUE);
rb_reg_match     3393 re.c               rb_define_method(rb_cRegexp, "=~", rb_reg_match, 1);
rb_reg_match     2531 string.c       	return rb_reg_match(y, x);