<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/string.rb, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[DOC] Fix doc/regexp.rdoc links</title>
<updated>2023-11-14T06:56:57+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-11-14T04:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=caa9881fde884238e38c2decea97ecfca559280c'/>
<id>caa9881fde884238e38c2decea97ecfca559280c</id>
<content type='text'>
- Rename regexp.rdoc to exclude from "Pages".  This file is for to be
  included in the "class Regexp" document, but it also appeared as a
  separate page duplicately.
- Fix links on case-sensitive filesystems.
- Fix to use rdoc-ref instead of converted HTML page names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Rename regexp.rdoc to exclude from "Pages".  This file is for to be
  included in the "class Regexp" document, but it also appeared as a
  separate page duplicately.
- Fix links on case-sensitive filesystems.
- Fix to use rdoc-ref instead of converted HTML page names.
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Improve doc guide compliance (#8221)</title>
<updated>2023-08-15T18:43:58+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2023-08-15T18:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8c5b9ebf7144af73cf52209b73b849c078133dff'/>
<id>8c5b9ebf7144af73cf52209b73b849c078133dff</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 doc (#7923)</title>
<updated>2023-06-20T13:28:21+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2023-06-20T13:28:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=932dd9f10e684fa99b059054fbc934607d85b45a'/>
<id>932dd9f10e684fa99b059054fbc934607d85b45a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Add missing escape</title>
<updated>2023-03-16T09:37:19+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2023-03-16T09:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5cffa69c1babb80be17d2544a430dce0f2c22b4e'/>
<id>5cffa69c1babb80be17d2544a430dce0f2c22b4e</id>
<content type='text'>
Before:
```
* + corresponds to $+, which contains last capture group.
```

After:
```
* \+ corresponds to $+, which contains last capture group.
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before:
```
* + corresponds to $+, which contains last capture group.
```

After:
```
* \+ corresponds to $+, which contains last capture group.
```
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Fix markup for `String` (#5984)</title>
<updated>2022-06-09T18:40:21+00:00</updated>
<author>
<name>Alexander Ilyin</name>
<email>alexander.ilyin11@gmail.com</email>
</author>
<published>2022-06-09T18:40:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=adcfd6969070c3c51b35221d183728bbde8b8539'/>
<id>adcfd6969070c3c51b35221d183728bbde8b8539</id>
<content type='text'>
* Add missing space for `String#start_with?`.
* Add missing pluses for `String#tr` and
  `Methods for Converting to New String` label.
* Move quote into the tag for `Whitespace in Strings` label.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add missing space for `String#start_with?`.
* Add missing pluses for `String#tr` and
  `Methods for Converting to New String` label.
* Move quote into the tag for `Whitespace in Strings` label.</pre>
</div>
</content>
</entry>
<entry>
<title>All-in-one RDoc for class String (#5777)</title>
<updated>2022-04-07T19:29:04+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2022-04-07T19:29:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9ca3d537b9dffba416bd37dfb25466f2cebc8510'/>
<id>9ca3d537b9dffba416bd37dfb25466f2cebc8510</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
