summaryrefslogtreecommitdiffstats
path: root/helpcontent2/source/text/swriter/guide/search_regexp.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'helpcontent2/source/text/swriter/guide/search_regexp.xhp')
-rwxr-xr-xhelpcontent2/source/text/swriter/guide/search_regexp.xhp59
1 files changed, 33 insertions, 26 deletions
diff --git a/helpcontent2/source/text/swriter/guide/search_regexp.xhp b/helpcontent2/source/text/swriter/guide/search_regexp.xhp
index 21d6de71c9..5d1d14e71c 100755
--- a/helpcontent2/source/text/swriter/guide/search_regexp.xhp
+++ b/helpcontent2/source/text/swriter/guide/search_regexp.xhp
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-
-
+<helpdocument version="1.0">
+
<!--
- ***********************************************************************
+***********************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
@@ -11,8 +10,8 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
- * $RCSfile: search_regexp.xhp,v $
- * $Revision: 1.9 $
+ * $RCSfile: soffice2xmlhelp.xsl,v $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -33,12 +32,11 @@
*
************************************************************************
-->
-
-
- <helpdocument version="1.0">
+
+
<meta>
<topic id="textswriterguidesearch_regexpxml" indexer="include" status="PUBLISH">
-<title id="tit" xml-lang="en-US">Using Wildcards in Text Searches</title>
+<title xml-lang="en-US" id="tit">Using Wildcards in Text Searches</title>
<filename>/text/swriter/guide/search_regexp.xhp</filename>
</topic>
</meta>
@@ -47,44 +45,53 @@
<bookmark_value>searching; with wildcards</bookmark_value>
<bookmark_value>regular expressions;searching</bookmark_value>
<bookmark_value>examples for regular expressions</bookmark_value>
-</bookmark><comment>mw deleted "wildcards;" and inserted wildcards crossreference</comment><paragraph role="heading" id="hd_id3150099" xml-lang="en-US" level="1" l10n="U" oldref="15"><variable id="search_regexp"><link href="text/swriter/guide/search_regexp.xhp">Using Wildcards in Text Searches</link>
+<bookmark_value>characters;finding all</bookmark_value>
+<bookmark_value>invisible characters;finding</bookmark_value>
+</bookmark><comment>mw deleted "wildcards;" and inserted wildcards crossreference</comment>
+<paragraph xml-lang="en-US" id="hd_id3150099" role="heading" level="1" l10n="U"
+oldref="15"><variable id="search_regexp"><link href="text/swriter/guide/search_regexp.xhp">Using Wildcards in Text Searches</link>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3155182" xml-lang="en-US" oldref="50">You can use wildcards when you find and replace text in a document. For example, "s.n" finds "sun" and "son".</paragraph>
+<paragraph xml-lang="en-US" id="par_id0509200916345516" role="paragraph" l10n="NEW">Wildcards or placeholders can be used to search for some unspecified or even invisible characters.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155182" role="paragraph" oldref="50">You can use wildcards when you find and replace text in a document. For example, "s.n" finds "sun" and "son".</paragraph>
<list type="ordered">
<listitem>
-<paragraph role="listitem" id="par_id3155907" xml-lang="en-US" l10n="U" oldref="40">Choose <emph>Edit - Find &amp; Replace</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155907" role="listitem" l10n="U" oldref="40">Choose <item type="menuitem">Edit - Find &amp; Replace</item>.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id2142399" xml-lang="en-US" l10n="NEW">Click <emph>More Options</emph> to expand the dialog.</paragraph>
+<paragraph xml-lang="en-US" id="par_id2142399" role="listitem" l10n="NEW">Click <item type="menuitem">More Options</item> to expand the dialog.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3155861" xml-lang="en-US" l10n="U" oldref="41">Select the <emph>Regular expressions</emph> check box.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3155861" role="listitem" l10n="U" oldref="41">Select the <item type="menuitem">Regular expressions</item> check box.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3149843" xml-lang="en-US" l10n="U" oldref="42">In the <emph>Search for </emph>box, type the search term and the wildcard(s) that you want to use in your search.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149843" role="listitem" l10n="U" oldref="42">In the <item type="menuitem">Search for</item> box, type the search term and the wildcard(s) that you want to use in your search.</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3156113" xml-lang="en-US" l10n="U" oldref="51">Click <emph>Find </emph>or<emph> Find All</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3156113" role="listitem" l10n="U" oldref="51">Click <item type="menuitem">Find</item> or <item type="menuitem">Find All</item>.</paragraph>
</listitem>
</list>
-<paragraph role="heading" id="hd_id3153401" xml-lang="en-US" level="2" l10n="U" oldref="52">Regular Expression Examples</paragraph>
-<list type="unordered">
+<paragraph xml-lang="en-US" id="hd_id3153401" role="heading" level="2" l10n="U"
+ oldref="52">Regular Expression Examples</paragraph>
+<list type="ordered">
+<listitem>
+<paragraph xml-lang="en-US" id="par_id3149641" role="listitem" oldref="44">The wildcard for a single character is a period (.).</paragraph>
+</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3149641" xml-lang="en-US" oldref="44">The wildcard for a single character is a period (.).</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153136" role="listitem" oldref="43">The wildcard for zero or more occurrences of the previous character is an asterisk. For example: "123*" finds "12" "123", and "1233".</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3153136" xml-lang="en-US" oldref="43">The wildcard for zero or more occurrences of the previous character is an asterisk. For example: "123*" finds "12" "123", and "1233".</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149609" role="listitem" oldref="45">The wildcard combination to search for zero or more occurrences of any character is a period and asterisk (.*).</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3149609" xml-lang="en-US" oldref="45">The wildcard combination to search for zero or more occurrences of any character is a period and asterisk (.*).</paragraph>
+<paragraph xml-lang="en-US" id="par_id3149854" role="listitem" l10n="CHG" oldref="46">The wildcard for the end of a paragraph is a dollar sign ($). The wildcard character combination for the start of a paragraph is a caret and a period (^.).</paragraph>
</listitem>
<listitem>
-<paragraph role="listitem" id="par_id3149854" xml-lang="en-US" l10n="CHG" oldref="46">The wildcard for the end of a paragraph is a dollar sign ($). The wildcard character combination for the start of a paragraph is a caret and a period (^.).</paragraph>
+<paragraph xml-lang="en-US" id="par_id0509200916345545" role="listitem" l10n="NEW">The wildcard for a tab character is \t.</paragraph>
</listitem>
</list>
-<paragraph role="note" id="par_id3153414" xml-lang="en-US" l10n="CHG" oldref="49">You can only search for regular expressions within the same paragraph. That is, you cannot search for one term in a paragraph and a different term in the next paragraph.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3153414" role="note" l10n="CHG" oldref="49">You can only search for regular expressions within the same paragraph. That is, you cannot search for one term in a paragraph and a different term in the next paragraph.</paragraph>
<section id="relatedtopics">
-<paragraph role="paragraph" id="par_id3149875" xml-lang="en-US" l10n="U" oldref="48"><link href="text/shared/01/02100001.xhp" name="List of Wildcards">List of Wildcards</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3149875" role="paragraph" l10n="U" oldref="48"><link href="text/shared/01/02100001.xhp" name="List of Wildcards">List of Wildcards</link></paragraph>
</section>
</body>
-</helpdocument>
+</helpdocument> \ No newline at end of file