diff options
author | Pierre F <fpy@bger.ch> | 2024-06-23 17:53:30 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-07-04 16:15:20 +0200 |
commit | 92a38c452c2e71463a3331431fbc24b6e3d3c6c0 (patch) | |
tree | d843ace2f791396441a529dbbcfe9f597b7e8f94 | |
parent | c13b9143a1ee11ccee89f4a87428a44eca6b82cd (diff) |
explicit \s and \d + put the note first for full ICU spec. tdf#113975
Change-Id: Ie06115c051def1da7b94357a392796d15a21df34
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/169402
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit ade7397aed9febc73918d93ffdf6477d3f4d4175)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/169960
-rw-r--r-- | source/text/shared/01/02100001.xhp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/text/shared/01/02100001.xhp b/source/text/shared/01/02100001.xhp index 33925f27dc..ffb5b2905d 100644 --- a/source/text/shared/01/02100001.xhp +++ b/source/text/shared/01/02100001.xhp @@ -39,6 +39,7 @@ <bookmark_value>ampersand symbol, see also operators</bookmark_value> </bookmark><comment>mw added "replacing;" and "tab stops;"</comment> <h1 id="hd_id3146765"><variable id="02100001"><link href="text/shared/01/02100001.xhp">List of Regular Expressions</link></variable></h1> +<note id="par_id5311440">For a full list of supported metacharacters and syntax, see <link href="https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters">ICU Regular Expressions documentation</link></note> <table id="tbl_id3149517"> <tablerow> <tablecell> @@ -270,6 +271,7 @@ </tablerow> <tablerow> <tablecell> + <paragraph id="par_id3152855" localize="false" role="tablecontent">\n</paragraph> <paragraph id="par_id3152885" localize="false" role="tablecontent">[:digit:]</paragraph> </tablecell> <tablecell> @@ -286,6 +288,7 @@ </tablerow> <tablerow> <tablecell> + <paragraph id="par_id3153722" localize="false" role="tablecontent">\s</paragraph> <paragraph id="par_id3153726" localize="false" role="tablecontent">[:space:]</paragraph> </tablecell> <tablecell> @@ -325,7 +328,6 @@ </tablecell> </tablerow> </table> -<note id="par_id5311440">For a full list of supported metacharacters and syntax, see <link href="https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-metacharacters">ICU Regular Expressions documentation</link></note> <paragraph role="paragraph" id="par_id261559577375317">Regular expression terms can be combined to form complex and sophisticated regular expressions for searches as show in the following examples.</paragraph> <h2 id="hd_id5311441">Examples</h2> |