source/text/shared/01/02100001.xhp | 1 + 1 file changed, 1 insertion(+)
New commits: commit 58b2db7b5054d884e88e67741264db87f93ae22f Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Tue Aug 14 09:57:47 2018 +0200 Commit: Olivier Hallot <olivier.hal...@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.hal...@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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits