From 7a7b8fc05994922fe3233e80c79110012e2b11da Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Thu, 21 Jun 2018 13:13:45 +0200 Subject: 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 (cherry picked from commit 75f676e25ac0062295c5523556e7340af7df33ee) Reviewed-on: https://gerrit.libreoffice.org/56234 --- source/text/shared/01/02100001.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') 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 @@ [:alpha:] - Represents an alphabetic character. Use [:alpha:]+ to find one of them. + Represents an alphabetic character. Use [:alpha:]+ to find one or more of them. @@ -265,7 +265,7 @@ [:digit:] - Represents a decimal digit. Use [:digit:]+ to find one of them. + Represents a decimal digit. Use [:digit:]+ to find one or more of them. -- cgit