Author: hdu
Date: Mon Jan 23 10:56:03 2012
New Revision: 1234738

URL: http://svn.apache.org/viewvc?rev=1234738&view=rev
Log:
improved help text for word boundary regexp expression \b

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=1234738&r1=1234737&r2=1234738&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 
Mon Jan 23 10:56:03 2012
@@ -136,18 +136,10 @@
          </tablerow>
          <tablerow>
             <tablecell>
-               <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">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">\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, "\bbook" finds "bookmark", but 
not "checkbook".</paragraph>
+               <paragraph xml-lang="en-US" id="par_id3153666" 
role="tablecontent" l10n="CHG" oldref="36">Match a word boundary. For example, 
"\bbook" finds "bookmark" but not "checkbook" whereas "book\b" finds 
"checkbook" but not "bookmark". The discrete word "book" is found by both 
search terms.</paragraph>
             </tablecell>
          </tablerow>
          <tablerow>


Reply via email to