regexp_match ( string text, pattern text [, flags text ] ) → text[]Returns substrings within the first match of the POSIX regular expression
pattern to the string; see Section 9.7.3.regexp_match('foobarbequebaz', '(bar)(beque)') → {bar,beque}Returns substrings within the first match of the POSIX regular expression pattern to the string; see Section 9.7.3.
regexp_match ( string text, pattern text [, flags text ] ) → text[]Returns substrings within the first match of the POSIX regular expression
pattern to the string; see Section 9.7.3.regexp_match('foobarbequebaz', '(bar)(beque)') → {bar,beque}Definition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source