summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2018-06-21 13:13:45 +0200
committerEike Rathke <erack@redhat.com>2018-06-21 13:16:30 +0200
commit7a7b8fc05994922fe3233e80c79110012e2b11da (patch)
tree5d832d025df843c56f2812bbc3b9efad105a7692
parent0a2ea29a0d091a9594b4252ff7b0c05e3002451d (diff)
Regex + operator finds one or more, not one
Change-Id: I562cb57d5d6ed882b2d7935f48c8c05ccd037b09 Reviewed-on: https://gerrit.libreoffice.org/56233 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com> (cherry picked from commit 75f676e25ac0062295c5523556e7340af7df33ee) Reviewed-on: https://gerrit.libreoffice.org/56234
-rw-r--r--source/text/shared/01/02100001.xhp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/shared/01/02100001.xhp b/source/text/shared/01/02100001.xhp
index 35759a4ba6..26f08cf902 100644
--- a/source/text/shared/01/02100001.xhp
+++ b/source/text/shared/01/02100001.xhp
@@ -257,7 +257,7 @@
<paragraph xml-lang="en-US" id="par_id3154790" role="tablecontent">[:alpha:]</paragraph>
</tablecell>
<tablecell>
- <paragraph xml-lang="en-US" id="par_id3147397" role="tablecontent">Represents an alphabetic character. Use [:alpha:]+ to find one of them.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3147397" role="tablecontent">Represents an alphabetic character. Use [:alpha:]+ to find one or more of them.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -265,7 +265,7 @@
<paragraph xml-lang="en-US" id="par_id3152885" role="tablecontent">[:digit:]</paragraph>
</tablecell>
<tablecell>
- <paragraph xml-lang="en-US" id="par_id3150010" role="tablecontent">Represents a decimal digit. Use [:digit:]+ to find one of them.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3150010" role="tablecontent">Represents a decimal digit. Use [:digit:]+ to find one or more of them.</paragraph>
</tablecell>
</tablerow>
<tablerow>