File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
3
<!-- splitted from ./ja/functions/pcre.xml, last change in rev 1.1 -->
4
- <!-- EN-Revision: 587830d5d261802148a160a59059dd8d76385fd2 Maintainer: takagi Status: ready -->
4
+ <!-- EN-Revision: 77fe733a1ba9c961424adcb7c9af00c1f5443a77 Maintainer: takagi Status: ready -->
5
5
<!-- Credits: haruki,hirokawa,mumumu -->
6
6
<chapter xml : id =" reference.pcre.pattern.syntax" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
7
7
<title >パターン構文</title >
1423
1423
1424
1424
<literal >(a(?i)b)c</literal >
1425
1425
1426
- は、abc および aBc にマッチし、他の文字列にはマッチしません
1426
+ は、" abc" および " aBc" にマッチし、他の文字列にはマッチしません
1427
1427
(<link linkend =" reference.pcre.pattern.modifiers" >PCRE_CASELESS</link >
1428
1428
が設定されていないと仮定)。このように、パターンの各場所に
1429
1429
異なった設定を行うようなオプション指定が可能です。
You can’t perform that action at this time.
0 commit comments