diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-09-17 13:42:23 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-09-17 20:19:21 +0200 |
commit | 74180ce0f912f7a432f509b8c5ac9239e4f74d9a (patch) | |
tree | 8a0a59a6a0a31385b10d9457b0047ed304af4008 /source | |
parent | 589c8137e03b1bbb7647cbfaf0a6585d60fbfc9b (diff) |
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.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/shared/01/02100001.xhp | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ -152,6 +152,22 @@ </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> </tablecell> <tablecell> |