diff options
author | Johnny_M <klasse@partyheld.de> | 2021-05-15 13:54:11 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-05-15 15:47:03 +0200 |
commit | 13a43eef6b8452f3f13e3d3b5f0266cf7ca141e7 (patch) | |
tree | a1efec4a62d69bbce884ad89165ac77751999ef2 /source/text/shared | |
parent | 1110a8df87c91d368792cf5130c1b5f3a1604c55 (diff) |
tdf#132643 Translate German section IDs
Change-Id: Iab660ef9810902be11dd51c830e1a6f537352427
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115649
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared')
-rw-r--r-- | source/text/shared/00/00000001.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/00/00000001.xhp b/source/text/shared/00/00000001.xhp index 7aee1070dc..97e43cc645 100644 --- a/source/text/shared/00/00000001.xhp +++ b/source/text/shared/00/00000001.xhp @@ -266,7 +266,7 @@ <paragraph xml-lang="en-US" id="par_id3155314" role="paragraph"><ahelp hid=".">Click the <emph>Options</emph> label to expand the dialog to show further options. Click again to restore the dialog.</ahelp></paragraph> </section> <paragraph xml-lang="en-US" id="par_id3161659" role="paragraph"><variable id="siehe">See also the following functions:</variable></paragraph> -<section id="regulaer"> +<section id="regex"> <paragraph xml-lang="en-US" id="par_id3147418" role="paragraph">The search supports wildcards or <link href="text/shared/01/02100001.xhp" name="regular expressions">regular expressions</link>. With regular expressions enabled, you can enter "all.*", for example to find the first location of "all" followed by any characters. If you want to search for a text that is also a regular expression, you must either precede every character with a "\" character, or enclose the text into \Q...\E. You can switch the automatic evaluation of wildcards or regular expression on and off in <link href="text/shared/optionen/01060500.xhp"><switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Calculate</menuitem></link>.</paragraph> <section id="regexnumex"> <warning id="par_id651572973288601">When using functions where one or more arguments are search criteria strings that represents a regular expression, the first attempt is to convert the string criteria to numbers. For example, ".0" will convert to 0.0 and so on. If successful, the match will not be a regular expression match but a numeric match. However, when switching to a locale where the decimal separator is not the dot makes the regular expression conversion work. To force the evaluation of the regular expression instead of a numeric expression, use some expression that can not be misread as numeric, such as ".[0]" or ".\0" or "(?i).0". </warning> |