rb_reg_init_str   677 include/ruby/intern.h VALUE rb_reg_init_str(VALUE re, VALUE s, int options);
rb_reg_init_str  2794 re.c               return rb_reg_init_str(rb_reg_alloc(), s, options);
rb_reg_init_str  3344 re.c           	rb_reg_init_str(self, str, flags);
rb_reg_init_str  3659 re.c               return rb_reg_init_str(copy, RREGEXP_SRC(re), rb_reg_options(re));