regexp_like ( string text, pattern text [, flags text ] ) → booleanChecks whether a match of the POSIX regular expression
pattern occurs within string; see Section 9.7.3.regexp_like('Hello World', 'world$', 'i') → tChecks whether a match of the POSIX regular expression pattern occurs within string; see Section 9.7.3.
regexp_like ( string text, pattern text [, flags text ] ) → booleanChecks whether a match of the POSIX regular expression
pattern occurs within string; see Section 9.7.3.regexp_like('Hello World', 'world$', 'i') → tDefinition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source