doc: Fix typos
authorPeter Eisentraut
Fri, 6 May 2022 07:07:14 +0000 (09:07 +0200)
committerPeter Eisentraut
Fri, 6 May 2022 07:07:14 +0000 (09:07 +0200)
introduced by 222b697ec077047024a96392a2f5cb9b1803ccf7

doc/src/sgml/func.sgml

index 396359883d29309bb20b52d3682573cbc6c5bf22..cc4ab4a1f239acc9d8692c93340721225ea9e730 100644 (file)
@@ -7418,22 +7418,22 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
        
 
        
-        OCCURRENCES_REGEX(pattern IN string
+        OCCURRENCES_REGEX(pattern IN string)
         regexp_count(stringpattern)
        
 
        
-        POSITION_REGEX(pattern IN string
+        POSITION_REGEX(pattern IN string)
         regexp_instr(stringpattern)
        
 
        
-        SUBSTRING_REGEX(pattern IN string
+        SUBSTRING_REGEX(pattern IN string)
         regexp_substr(stringpattern)
        
 
        
-        TRANSLATE_REGEX(pattern IN string WITH replacement
+        TRANSLATE_REGEX(pattern IN string WITH replacement)
         regexp_replace(stringpatternreplacement)