<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/doc/regexp.rdoc, branch v3_2_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Update Regexp.timeout doc (#6658)</title>
<updated>2022-11-02T05:05:54+00:00</updated>
<author>
<name>Sampat Badhe</name>
<email>sampat.badhe@kiprosh.com</email>
</author>
<published>2022-11-02T05:05:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d9cf0388599a3234b9f3c06ddd006cd59a58ab8b'/>
<id>d9cf0388599a3234b9f3c06ddd006cd59a58ab8b</id>
<content type='text'>
* Correct Regexp.timeout doc, Timeout.timeout= =&gt; Regexp.timeout=

* add link Regexp Timeout section</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Correct Regexp.timeout doc, Timeout.timeout= =&gt; Regexp.timeout=

* add link Regexp Timeout section</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a typo Denail-of-Service =&gt; Denial-of-Service [ci skip]</title>
<updated>2022-10-08T03:36:05+00:00</updated>
<author>
<name>sampatbadhe</name>
<email>sampatbadhe@gmail.com</email>
</author>
<published>2022-10-08T03:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1fe2e3461303b59b298e3a700bbd0bb53f23031f'/>
<id>1fe2e3461303b59b298e3a700bbd0bb53f23031f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] [Bug #17120] Fix match-reset `\K`</title>
<updated>2022-09-05T10:36:21+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-09-05T09:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a8a7c9d05d2f9a4f49b43a42d8430faa37c4a4c6'/>
<id>a8a7c9d05d2f9a4f49b43a42d8430faa37c4a4c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Feature #18788] [DOC] String options to `Regexp.new`</title>
<updated>2022-06-20T10:35:12+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-06-20T04:35:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4a6facc2d683d1dbb67ded8a9f4d7cd10a9fd8ad'/>
<id>4a6facc2d683d1dbb67ded8a9f4d7cd10a9fd8ad</id>
<content type='text'>
Co-Authored-By: Janosch Müller &lt;janosch.mueller@betterplace.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Janosch Müller &lt;janosch.mueller@betterplace.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Enhanced RDoc for Regexp (#5812)</title>
<updated>2022-04-16T20:20:03+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2022-04-16T20:20:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2b4b513ef046c25c0a8d3d7b10a0566314b27099'/>
<id>2b4b513ef046c25c0a8d3d7b10a0566314b27099</id>
<content type='text'>


Treats:

    #fixed_encoding?
    #hash
    #==
    #=~
    #match
    #match?

Also, in regexp.rdoc:

    Changes heading from 'Special Global Variables' to 'Regexp Global Variables'.
    Add tiny section 'Regexp Interpolation'.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>


Treats:

    #fixed_encoding?
    #hash
    #==
    #=~
    #match
    #match?

Also, in regexp.rdoc:

    Changes heading from 'Special Global Variables' to 'Regexp Global Variables'.
    Add tiny section 'Regexp Interpolation'.

</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Enhanced RDoc for Regexp (#5807)</title>
<updated>2022-04-15T18:31:15+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2022-04-15T18:31:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e021754db013ca9cd6dbd68b416425b32ee81490'/>
<id>e021754db013ca9cd6dbd68b416425b32ee81490</id>
<content type='text'>
Treats:

    #source
    #inspect
    #to_s
    #casefold?
    #options
    #names
    #named_captures
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Treats:

    #source
    #inspect
    #to_s
    #casefold?
    #options
    #names
    #named_captures
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/regexp.rdoc: Add explanation about Regexp timeout configuration</title>
<updated>2022-03-30T07:50:46+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2022-03-24T08:01:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=34b288f8d471e3a3d34f2a63950b483594df282f'/>
<id>34b288f8d471e3a3d34f2a63950b483594df282f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation for regexp emoji named character property</title>
<updated>2022-02-03T23:26:49+00:00</updated>
<author>
<name>Max Leopold</name>
<email>max.leopold2111@gmail.com</email>
</author>
<published>2022-02-03T17:22:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=203b1fc7e206764f52c99e44af85c651069cd8b9'/>
<id>203b1fc7e206764f52c99e44af85c651069cd8b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Capturing and Anchors sections of regexp documention</title>
<updated>2021-07-27T19:30:43+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2021-07-27T19:30:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4fc9ddd7b6af54abf88d702c2e11e97ca7750ce3'/>
<id>4fc9ddd7b6af54abf88d702c2e11e97ca7750ce3</id>
<content type='text'>
Document that only first 9 numbered capture groups can use the \n
backreference syntax.  Document \0 backreference.  Document \K anchor.

Fixes [Bug #14500]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document that only first 9 numbered capture groups can use the \n
backreference syntax.  Document \0 backreference.  Document \K anchor.

Fixes [Bug #14500]
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Fixed the description of regexp alternations [ci skip]</title>
<updated>2021-07-22T05:10:57+00:00</updated>
<author>
<name>Ulysses Zhan</name>
<email>2938747508@qq.com</email>
</author>
<published>2021-07-22T05:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e4b68ab700b1e8fea162a63ea3c6e856442cc740'/>
<id>e4b68ab700b1e8fea162a63ea3c6e856442cc740</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
