Skip to content

REGEXP_MATCHES

  • string: VARCHAR
  • regex: VARCHAR
  • options: VARCHAR
SELECT regexp_matches('anabanana', '(an)*');