From f93153f617a109f1249802a49ce747b64faaeab4 Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Fri, 16 Oct 2009 08:59:46 +0000 Subject: Zwischenstand --- helpcontent2/source/text/shared/01/02100001.xhp | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'helpcontent2/source/text/shared/01/02100001.xhp') diff --git a/helpcontent2/source/text/shared/01/02100001.xhp b/helpcontent2/source/text/shared/01/02100001.xhp index 533a05b40d..79eb1411a1 100755 --- a/helpcontent2/source/text/shared/01/02100001.xhp +++ b/helpcontent2/source/text/shared/01/02100001.xhp @@ -11,7 +11,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: soffice2xmlhelp.xsl,v $ - * $Revision: 1.10 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -198,7 +198,8 @@ [a-e] - Represents any of the characters that are between a and e. + Represents any of the characters that are between a and e, including both start and end characters + The characters are ordered by their code numbers. @@ -214,7 +215,7 @@ [^a-s] - Represents any character that is not between a and s. + Represents everything that is not between a and s. @@ -231,7 +232,7 @@ | - Finds the terms that occur before or after the "|". For example, "this|that" finds "this" and "that". + Finds the terms that occur before the "|" and also finds the terms that occur after the "|". For example, "this|that" finds "this" and "that". @@ -239,7 +240,7 @@ {2} - Defines the number of times that the character in front of the opening bracket occurs. For example, "tre{2}" finds "tree". + Defines the number of times that the character in front of the opening bracket occurs. For example, "tre{2}" finds and selects "tree". @@ -247,7 +248,7 @@ {1,2} - Defines the number of times that the character in front of the opening bracket can occur. For example, "tre{1,2}" finds both "tree" and "treated". + Defines the minimum and maximum number of times that the character in front of the opening bracket can occur. For example, "tre{1,2}" finds and selects "tre" and "tree". @@ -333,7 +334,7 @@ Represents an uppercase character if Match case is selected in Options. - + @@ -348,7 +349,12 @@ $ means the match must end a paragraph.
- Wiki page about regular expressions in Writer + + + + + +Wiki page about regular expressions in Writer Wiki page about regular expressions in Calc
-- cgit