diff options
-rw-r--r-- | source/text/shared/01/02100001.xhp | 1 |
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> |