source/text/shared/01/02100001.xhp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)
New commits: commit 74180ce0f912f7a432f509b8c5ac9239e4f74d9a Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Tue Sep 17 13:42:23 2024 -0300 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Tue Sep 17 20:19:21 2024 +0200 tdf#163012 Add description of \w and \W to regex page Change-Id: I11dc5b3eee4af0447a7450fa71fa25f8c1327a03 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173571 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 48c70d5407..eb81e76012 100644 --- a/source/text/shared/01/02100001.xhp +++ b/source/text/shared/01/02100001.xhp @@ -150,6 +150,22 @@ <paragraph role="tablecontent" id="par_id851559575484466">Note, this form replaces the obsolete (although they still work for now) forms "\>" (match end of word) and "\<" (match start of word).</paragraph> </tablecell> </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id381726590074383" localize="false" role="tablecontent">\w</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id281726590074384" role="tablecontent">Match a word character.</paragraph> + </tablecell> + </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id41726590155814" localize="false" role="tablecontent">\W</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id831726590155815" role="tablecontent">Match a non-word character.</paragraph> + </tablecell> + </tablerow> <tablerow> <tablecell> <paragraph id="par_id3149576" localize="false" role="tablecontent">^$</paragraph>