diff options
-rw-r--r-- | include/ruby/re.h | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -106,6 +106,27 @@ long rb_reg_adjust_startpos(VALUE re, VALUE str, long pos, int dir); VALUE rb_reg_quote(VALUE str); /** * Runs a regular expression match using function `match`. Performs preparation, * error handling, and memory cleanup. * |