You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2012/01/06 10:08:15 UTC

svn commit: r1228026 - /incubator/ooo/trunk/main/helpcontent2/source/text/shared/01/02100001.xhp

Author: hdu
Date: Fri Jan  6 09:08:14 2012
New Revision: 1228026

URL: http://svn.apache.org/viewvc?rev=1228026&view=rev
Log:
updated help text for regexp word boundaries

Modified:
    incubator/ooo/trunk/main/helpcontent2/source/text/shared/01/02100001.xhp

Modified: incubator/ooo/trunk/main/helpcontent2/source/text/shared/01/02100001.xhp
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/helpcontent2/source/text/shared/01/02100001.xhp?rev=1228026&r1=1228025&r2=1228026&view=diff
==============================================================================
--- incubator/ooo/trunk/main/helpcontent2/source/text/shared/01/02100001.xhp (original)
+++ incubator/ooo/trunk/main/helpcontent2/source/text/shared/01/02100001.xhp Fri Jan  6 09:08:14 2012
@@ -142,18 +142,18 @@
          </tablerow>
          <tablerow>
             <tablecell>
-               <paragraph xml-lang="en-US" id="par_id3146775" role="tablecontent" l10n="U" oldref="33">\&gt;</paragraph>
+               <paragraph xml-lang="en-US" id="par_id3146775" role="tablecontent" l10n="U" oldref="33">\W</paragraph>
             </tablecell>
             <tablecell>
-               <paragraph xml-lang="en-US" id="par_id3148644" role="tablecontent" l10n="U" oldref="34">Only finds the search term if it appears at the end of a word. For example, "book\&gt;" finds "checkbook", but not "bookmark".</paragraph>
+               <paragraph xml-lang="en-US" id="par_id3148644" role="tablecontent" l10n="U" oldref="34">Match a non-word character. For example, "book\W" finds "checkbook", but not "bookmark".</paragraph>
             </tablecell>
          </tablerow>
          <tablerow>
             <tablecell>
-               <paragraph xml-lang="en-US" id="par_id3150670" role="tablecontent" l10n="U" oldref="35">\&lt;</paragraph>
+               <paragraph xml-lang="en-US" id="par_id3150670" role="tablecontent" l10n="U" oldref="35">\b</paragraph>
             </tablecell>
             <tablecell>
-               <paragraph xml-lang="en-US" id="par_id3153666" role="tablecontent" l10n="CHG" oldref="36">Only finds the search term if it appears at the beginning of a word. For example, "\&lt;book" finds "bookmark", but not "checkbook".</paragraph>
+               <paragraph xml-lang="en-US" id="par_id3153666" role="tablecontent" l10n="CHG" oldref="36">Only finds the search term if it appears at the beginning of a word. For example, "\bbook" finds "bookmark", but not "checkbook".</paragraph>
             </tablecell>
          </tablerow>
          <tablerow>
@@ -360,4 +360,4 @@
          <paragraph xml-lang="en-US" id="par_id5483870" role="paragraph" l10n="NEW"><link href="http://wiki.services.openoffice.org/wiki/Documentation/How_Tos/Regular_Expressions_in_Calc">Wiki page about regular expressions in Calc</link></paragraph>
       </section>
    </body>
-</helpdocument>
\ No newline at end of file
+</helpdocument>