<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/doc/_regexp.rdoc, branch v4.0.3</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Reorganize page documentations (#15154)</title>
<updated>2025-11-27T20:12:24+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan001212@gmail.com</email>
</author>
<published>2025-11-27T20:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4cd6661e1853930c8002174c4ccd14f927fcd33b'/>
<id>4cd6661e1853930c8002174c4ccd14f927fcd33b</id>
<content type='text'>
Re-organize page docs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Re-organize page docs</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Fix typo in Regexp Optimization section</title>
<updated>2025-10-11T06:00:21+00:00</updated>
<author>
<name>Bilka</name>
<email>Bilka2@users.noreply.github.com</email>
</author>
<published>2025-10-08T12:18:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e8f0e1423b6c6bf2a02791d28ed149eb892a27be'/>
<id>e8f0e1423b6c6bf2a02791d28ed149eb892a27be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Fix link in Regexp</title>
<updated>2025-09-05T22:17:07+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2025-09-05T22:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6fe762610952dc4ef3a36409274fc9845f9fd294'/>
<id>6fe762610952dc4ef3a36409274fc9845f9fd294</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Fix quote in the example</title>
<updated>2025-08-24T05:35:16+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-08-22T13:03:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=18c828d79294ca53b554af257d29789ba9a663e4'/>
<id>18c828d79294ca53b554af257d29789ba9a663e4</id>
<content type='text'>
The character in the example is U+0022 QUOTATION MARK, not U+201C LEFT
DOUBLE QUOTATION MARK.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The character in the example is U+0022 QUOTATION MARK, not U+201C LEFT
DOUBLE QUOTATION MARK.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Typo in Regular Expressions docs (_regexp.rdoc)</title>
<updated>2025-08-09T02:02:37+00:00</updated>
<author>
<name>Carl Zulauf</name>
<email>carl@linkleaf.com</email>
</author>
<published>2025-08-04T14:52:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=22fe80f275f5e8a66d1e38daab1eb663eab79850'/>
<id>22fe80f275f5e8a66d1e38daab1eb663eab79850</id>
<content type='text'>
Small fix for a typo in the regular expression docs. The line of code above this change does not produce the output shown in the docs. With this change the docs will show the correct output for this example of using regex quantifiers.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Small fix for a typo in the regular expression docs. The line of code above this change does not produce the output shown in the docs. With this change the docs will show the correct output for this example of using regex quantifiers.</pre>
</div>
</content>
</entry>
<entry>
<title>Lookbehind regexp must be fixed-length</title>
<updated>2025-07-11T06:19:32+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2025-07-11T03:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b2fdd26417d1539014c7af499ab1f9b398eca4c0'/>
<id>b2fdd26417d1539014c7af499ab1f9b398eca4c0</id>
<content type='text'>
Fixes [Bug #21507]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes [Bug #21507]
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Add reference from global variables to equivalent MatchData</title>
<updated>2025-01-16T05:21:37+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-01-16T04:12:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e65986c9bc5485d2f784bac6aadd20ee9e6420e7'/>
<id>e65986c9bc5485d2f784bac6aadd20ee9e6420e7</id>
<content type='text'>
c.f. #21040
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
c.f. #21040
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Exclude 'Method' from RDoc's autolinking</title>
<updated>2025-01-02T03:23:49+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-01-02T03:06:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b4ec22fe6c493a212c059cecab90de5b5f349102'/>
<id>b4ec22fe6c493a212c059cecab90de5b5f349102</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] RegExp: The Graph property includes some control characters</title>
<updated>2024-12-24T20:40:57+00:00</updated>
<author>
<name>Alan Wu</name>
<email>alanwu@ruby-lang.org</email>
</author>
<published>2024-12-24T20:40:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=468b7af67e5ea2f7308581115d4c4eb6d4d45556'/>
<id>468b7af67e5ea2f7308581115d4c4eb6d4d45556</id>
<content type='text'>
The behavior of this is a carry-over from Oniguruma:
  https://github.com/kkos/oniguruma/blob/5eaee9f5f8f674aff4875c2b35db00758fa349d6/doc/RE#L246

The previous phrasing was inaccurate since it's fair to construe e.g.
Zero Width Joiner as a control character.

Reported-by: https://github.com/ruby/ruby/pull/12294
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The behavior of this is a carry-over from Oniguruma:
  https://github.com/kkos/oniguruma/blob/5eaee9f5f8f674aff4875c2b35db00758fa349d6/doc/RE#L246

The previous phrasing was inaccurate since it's fair to construe e.g.
Zero Width Joiner as a control character.

Reported-by: https://github.com/ruby/ruby/pull/12294
</pre>
</div>
</content>
</entry>
<entry>
<title>s/Punctation/Punctuation/</title>
<updated>2024-12-22T09:09:02+00:00</updated>
<author>
<name>ydah</name>
<email>t.yudai92@gmail.com</email>
</author>
<published>2024-12-22T08:39:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cd8ad9634d9ab93f813d23b92384e04ecb8cc5f9'/>
<id>cd8ad9634d9ab93f813d23b92384e04ecb8cc5f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
