Home
last modified time | relevance | path

Searched refs:rb_str_match_m (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dstring.c3871 rb_str_match_m(int argc, VALUE *argv, VALUE str) in rb_str_match_m() function
10870 return rb_str_match_m(argc, argv, rb_sym2str(sym)); in sym_match_m()
11078 rb_define_method(rb_cString, "match", rb_str_match_m, -1); in Init_String()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.8.06854 * string.c (rb_str_match_m): Do not bother to convert if a regexp
7878 * string.c (rb_str_match_m): quote metacharacters.
10986 * string.c (rb_str_match_m): should convert an argument into
H A DChangeLog-1.9.315491 * string.c (rb_str_match_m): add description about optional
60771 * string.c (rb_str_match_m): ditto.
83488 * string.c (rb_str_match_m): String#match should also take