Skip to content

Commit

Permalink
Update the document
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 1, 2025
1 parent d56e079 commit bb37f6a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions dev/docs/reference/regular_expression.html
Original file line number Diff line number Diff line change
Expand Up @@ -1350,19 +1350,19 @@ <h2><span class="section-number">7.14.2. </span>Usage<a class="headerlink" href=
<tbody>
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">^</span></code></p></td>
<td><p>The beginning of line</p></td>
<td><p>o</p></td>
<td><p>-</p></td>
</tr>
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">$</span></code></p></td>
<td><p>The end of line</p></td>
<td><p>x</p></td>
<td><p>-</p></td>
</tr>
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">\A</span></code></p></td>
<td><p>The beginning of text</p></td>
<td><p>o</p></td>
<td><p></p></td>
</tr>
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">\z</span></code></p></td>
<td><p>The end of text</p></td>
<td><p>x</p></td>
<td><p></p></td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion dev/docs/searchindex.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dev/ja/docs/reference/regular_expression.html
Original file line number Diff line number Diff line change
Expand Up @@ -1264,19 +1264,19 @@ <h2><span class="section-number">7.14.2. </span>使い方<a class="headerlink" h
<tbody>
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">^</span></code></p></td>
<td><p>行頭</p></td>
<td><p>o</p></td>
<td><p>-</p></td>
</tr>
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">$</span></code></p></td>
<td><p>行末</p></td>
<td><p>x</p></td>
<td><p>-</p></td>
</tr>
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">\A</span></code></p></td>
<td><p>テキストの先頭</p></td>
<td><p>o</p></td>
<td><p></p></td>
</tr>
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">\z</span></code></p></td>
<td><p>テキストの末尾</p></td>
<td><p>x</p></td>
<td><p></p></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit bb37f6a

Please sign in to comment.