[Libreoffice-commits] help.git: source/text

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Aug 27 10:38:20 UTC 2018


 source/text/shared/01/02100001.xhp |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 58b2db7b5054d884e88e67741264db87f93ae22f
Author:     Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Tue Aug 14 09:57:47 2018 +0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Mon Aug 27 12:38:01 2018 +0200

    Mention ICU list of regular expressions
    
    ... because we use that engine under the hood.
    
    Change-Id: Icf72dfe7534ccad26cc4ee0aefd7d3f03817e65d
    Reviewed-on: https://gerrit.libreoffice.org/58969
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/shared/01/02100001.xhp b/source/text/shared/01/02100001.xhp
index a82ae2684..e527cc565 100644
--- a/source/text/shared/01/02100001.xhp
+++ b/source/text/shared/01/02100001.xhp
@@ -315,6 +315,7 @@
     </tablecell>
   </tablerow>
 </table>
+<paragraph xml-lang="en-US" id="par_id5311440" role="paragraph">For a full list of supported metacharacters and syntax, see <link href="http://userguide.icu-project.org/strings/regexp" name="ICU Regular Expressions documentation">ICU Regular Expressions documentation</link></paragraph>
 <paragraph xml-lang="en-US" id="hd_id5311441" role="heading" level="2">Examples</paragraph>
   <paragraph xml-lang="en-US" id="par_id956834773" role="paragraph">e([:digit:])?    -- finds 'e' followed by zero or one digit. Note that currently all named character classes like [:digit:] must be enclosed in parentheses.<comment>issue 64368 and 113035</comment></paragraph>
   <paragraph xml-lang="en-US" id="par_id952368773" role="paragraph">^([:digit:])$    -- finds lines or cells with exactly one digit.</paragraph>


More information about the Libreoffice-commits mailing list