Author: paul
Date: 2006-01-30 16:36:40 +0100 (Mon, 30 Jan 2006)
New Revision: 1126
Log:
r6914@frost: paul | 2006-01-30 09:06:07 -0600
General revisions.
Modified:
trunk/
trunk/refman-common/regexp.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6911
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2588
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6914
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2588
Modified: trunk/refman-common/regexp.xml
===================================================================
--- trunk/refman-common/regexp.xml 2006-01-30 15:01:20 UTC (rev 1125)
+++ trunk/refman-common/regexp.xml 2006-01-30 15:36:40 UTC (rev 1126)
@@ -36,7 +36,8 @@
<xref linkend="credits"/>. MySQL uses the extended version to
support pattern-matching operations performed with the
<literal>REGEXP</literal> operator in SQL statements. See
- <xref linkend="pattern-matching"/>.
+ <xref linkend="pattern-matching"/>, and
+ <xref linkend="string-comparison-functions"/>.
</para>
<para>
@@ -361,7 +362,11 @@
and <literal>]</literal>),
<literal>[:character_class:]</literal> represents a character
class that matches all characters belonging to that class. The
- standard class names are:
+ following table lists the standard class names. These names
+ stand for the character classes defined in the
+ <literal>ctype(3)</literal> manual page. A particular locale may
+ provide other class names. A character class may not be used as
+ an endpoint of a range.
</para>
<informaltable>
@@ -421,13 +426,6 @@
</tgroup>
</informaltable>
- <para>
- These stand for the character classes defined in the
- <literal>ctype(3)</literal> manual page. A particular locale may
- provide other class names. A character class may not be used as
- an endpoint of a range.
- </para>
-
<programlisting>
mysql> <userinput>SELECT 'justalnums' REGEXP '[[:alnum:]]+';</userinput> -> 1
mysql> <userinput>SELECT '!!' REGEXP '[[:alnum:]]+';</userinput> -> 0
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1126 - in trunk: . refman-common | paul | 30 Jan |