[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/pcre/_pattern.syntax.xml?=
From:       Daniel_Egeberg <degeberg () php ! net>
Date:       2010-07-27 17:19:51
Message-ID: svn-degeberg-1280251191-301616-1934398620 () svn ! php ! net
[Download RAW message or body]

degeberg                                 Tue, 27 Jul 2010 17:19:51 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=301616

Log:
Changed PCRE syntax titles to convey meaning instead using the names of the characters.

Changed paths:
    U   phpdoc/en/trunk/reference/pcre/pattern.syntax.xml

Modified: phpdoc/en/trunk/reference/pcre/pattern.syntax.xml
===================================================================
--- phpdoc/en/trunk/reference/pcre/pattern.syntax.xml	2010-07-27 16:24:14 UTC (rev 301615)
+++ phpdoc/en/trunk/reference/pcre/pattern.syntax.xml	2010-07-27 17:19:51 UTC (rev 301616)
@@ -196,8 +196,8 @@
   </para>
  </section>

- <section xml:id="regexp.reference.backslash">
-  <title>Backslash</title>
+ <section xml:id="regexp.reference.escape">
+  <title>Escape sequences</title>
   <para>
    The backslash character has several uses. Firstly, if it  is
    followed by a non-alphanumeric character, it takes away any
@@ -870,8 +870,8 @@
   </para>
  </section>

- <section xml:id="regexp.reference.circudollar">
-  <title>Circumflex and dollar</title>
+ <section xml:id="regexp.reference.anchors">
+  <title>Anchors</title>
   <para>
    Outside a character class, in the default matching mode, the
    circumflex character (<literal>^</literal>) is an assertion which
@@ -931,7 +931,7 @@
  </section>

  <section xml:id="regexp.reference.dot">
-  <title>Full stop</title>
+  <title>Dot</title>
   <para>
    Outside a character class, a dot in the pattern matches  any
    one  character  in  the  subject,  including  a non-printing
@@ -950,8 +950,8 @@
   </para>
  </section>

- <section xml:id="regexp.reference.squarebrackets">
-  <title>Square brackets</title>
+ <section xml:id="regexp.reference.character-classes">
+  <title>Character classes</title>
   <para>
    An opening square bracket introduces a character class,
    terminated  by  a  closing  square  bracket.  A  closing square
@@ -1084,8 +1084,8 @@
   </para>
  </section>

- <section xml:id="regexp.reference.verticalbar">
-  <title>Vertical bar</title>
+ <section xml:id="regexp.reference.alternation">
+  <title>Alternation</title>
   <para>
    Vertical bar characters are  used  to  separate  alternative
    patterns. For example, the pattern



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic