summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-08-14 09:57:47 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-08-27 12:38:01 +0200
commit58b2db7b5054d884e88e67741264db87f93ae22f (patch)
tree5cd3933511085a9fda6a7b145ef42fad9f99a90d /source
parente6544c270c8556166b9d1cf7e42eca55e2c3a6de (diff)
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@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r--source/text/shared/01/02100001.xhp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/text/shared/01/02100001.xhp b/source/text/shared/01/02100001.xhp
index a82ae2684f..e527cc565c 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>