vrana Tue Dec 23 11:06:26 2003 EDT
Modified files:
/phpdoc/en/reference/pcre/functions pcre.pattern.syntax.xml
Log:
emphasise in literal
Index: phpdoc/en/reference/pcre/functions/pcre.pattern.syntax.xml
diff -u phpdoc/en/reference/pcre/functions/pcre.pattern.syntax.xml:1.8
phpdoc/en/reference/pcre/functions/pcre.pattern.syntax.xml:1.9
--- phpdoc/en/reference/pcre/functions/pcre.pattern.syntax.xml:1.8 Tue Dec 23
08:07:58 2003
+++ phpdoc/en/reference/pcre/functions/pcre.pattern.syntax.xml Tue Dec 23 11:06:25
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 -->
<refentry id="pcre.pattern.syntax">
<refnamediv>
@@ -1712,7 +1712,7 @@
the last value taken on at the top level. If additional
parentheses are added, giving
- <literal>\( <emphasis>(</emphasis> ( (?>[^()]+) | (?R) )*
<emphasis>)</emphasis> \)</literal>
+ <literal>\( ( ( (?>[^()]+) | (?R) )* ) \)</literal>
then the string they capture
is "ab(cd)ef", the contents of the top level parentheses. If
there are more than 15 capturing parentheses in a pattern,