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