Skip to content

Commit

Permalink
pattern.syntax.xml: extra spaces have been removed and... を取り込み (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsfisis authored Jan 13, 2025
1 parent 9f640c1 commit b46a9cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/pcre/pattern.syntax.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- splitted from ./ja/functions/pcre.xml, last change in rev 1.1 -->
<!-- EN-Revision: 587830d5d261802148a160a59059dd8d76385fd2 Maintainer: takagi Status: ready -->
<!-- EN-Revision: 77fe733a1ba9c961424adcb7c9af00c1f5443a77 Maintainer: takagi Status: ready -->
<!-- Credits: haruki,hirokawa,mumumu -->
<chapter xml:id="reference.pcre.pattern.syntax" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>パターン構文</title>
Expand Down Expand Up @@ -1423,7 +1423,7 @@

<literal>(a(?i)b)c</literal>

は、abc および aBc にマッチし、他の文字列にはマッチしません
は、"abc" および "aBc" にマッチし、他の文字列にはマッチしません
(<link linkend="reference.pcre.pattern.modifiers">PCRE_CASELESS</link>
が設定されていないと仮定)。このように、パターンの各場所に
異なった設定を行うようなオプション指定が可能です。
Expand Down

0 comments on commit b46a9cd

Please sign in to comment.