source/text/shared/01/02100001.xhp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit ade7397aed9febc73918d93ffdf6477d3f4d4175 Author: Pierre F <f...@bger.ch> AuthorDate: Sun Jun 23 17:53:30 2024 +0200 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Mon Jun 24 10:52:51 2024 +0200 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.hal...@libreoffice.org> 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"> </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>