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 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
33<!-- 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 -->
55<!-- Credits: haruki,hirokawa,mumumu -->
66<chapter xml : id =" reference.pcre.pattern.syntax" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
77 <title >パターン構文</title >
14231423
14241424 <literal >(a(?i)b)c</literal >
14251425
1426- は、abc および aBc にマッチし、他の文字列にはマッチしません
1426+ は、" abc" および " aBc" にマッチし、他の文字列にはマッチしません
14271427 (<link linkend =" reference.pcre.pattern.modifiers" >PCRE_CASELESS</link >
14281428 が設定されていないと仮定)。このように、パターンの各場所に
14291429 異なった設定を行うようなオプション指定が可能です。
You can’t perform that action at this time.
0 commit comments