mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Follow up link to heading changes
The section "Special global variables" has changed:e021754db0
: Special Global Variables2b4b513ef0
: Regexp Global Variablese50b7bf784
: Regexp@Global+Variables
This commit is contained in:
parent
e65986c9bc
commit
f2c9eac887
Notes:
git
2025-01-16 06:28:26 +00:00
1 changed files with 1 additions and 1 deletions
2
re.c
2
re.c
|
@ -961,7 +961,7 @@ make_regexp(const char *s, long len, rb_encoding *enc, int flags, onig_errmsg_bu
|
|||
* * <code>$'</code> is Regexp.last_match<code>.post_match</code>;
|
||||
* * <code>$+</code> is Regexp.last_match<code>[ -1 ]</code> (the last capture).
|
||||
*
|
||||
* See also "Special global variables" section in Regexp documentation.
|
||||
* See also Regexp@Global+Variables.
|
||||
*/
|
||||
|
||||
VALUE rb_cMatch;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue