From a6f12520bed073d1d548a691e85d7f5371cc4ed4 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 6 May 2022 09:07:14 +0200 Subject: [PATCH] doc: Fix typos introduced by 222b697ec077047024a96392a2f5cb9b1803ccf7 --- doc/src/sgml/func.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 396359883d2..cc4ab4a1f23 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -7418,22 +7418,22 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}'); - OCCURRENCES_REGEX(pattern IN string + OCCURRENCES_REGEX(pattern IN string) regexp_count(string, pattern) - POSITION_REGEX(pattern IN string + POSITION_REGEX(pattern IN string) regexp_instr(string, pattern) - SUBSTRING_REGEX(pattern IN string + SUBSTRING_REGEX(pattern IN string) regexp_substr(string, pattern) - TRANSLATE_REGEX(pattern IN string WITH replacement + TRANSLATE_REGEX(pattern IN string WITH replacement) regexp_replace(string, pattern, replacement) -- 2.30.2