diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2023-03-16 19:11:17 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-03-16 18:33:22 +0000 |
commit | a0ef2acc2d24501a7373ab7ba03ddc9473814b54 (patch) | |
tree | 1f6674a1e6d07fbe0c12cfff6f7539c2979c3048 /source | |
parent | 4453c0b2edae4934f87594d5974783c4a1a5ea54 (diff) |
one character is found without plus in regular expression
reported by Kamil Landa
Change-Id: I53f11b8ccd89340d2545e3c26edd8abee8cf5e9a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/149005
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/shared/01/02100001.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/shared/01/02100001.xhp b/source/text/shared/01/02100001.xhp index bd78472198..7bbdcabe88 100644 --- a/source/text/shared/01/02100001.xhp +++ b/source/text/shared/01/02100001.xhp @@ -255,7 +255,7 @@ <paragraph id="par_id3154790" localize="false" role="tablecontent">[:alpha:]</paragraph> </tablecell> <tablecell> - <paragraph xml-lang="en-US" id="par_id3147397" role="tablecontent">Represents an alphabetic character. Use <emph>[:alpha:]+</emph> to find one of them.</paragraph> + <paragraph xml-lang="en-US" id="par_id3147397" role="tablecontent">Represents an alphabetic character. Use <emph>[:alpha:]</emph> to find one of them.</paragraph> </tablecell> </tablerow> <tablerow> @@ -263,7 +263,7 @@ <paragraph id="par_id3152885" localize="false" role="tablecontent">[:digit:]</paragraph> </tablecell> <tablecell> - <paragraph xml-lang="en-US" id="par_id3150010" role="tablecontent">Represents a decimal digit. Use <emph>[:digit:]+</emph> to find one of them.</paragraph> + <paragraph xml-lang="en-US" id="par_id3150010" role="tablecontent">Represents a decimal digit. Use <emph>[:digit:]</emph> to find one of them.</paragraph> </tablecell> </tablerow> <tablerow> |