REGEXP_MATCHES
regexp_matches(string, regex, options)
Section titled “regexp_matches(string, regex, options)”- string: VARCHAR
- regex: VARCHAR
- options: VARCHAR
Example
Section titled “Example”SELECT regexp_matches('anabanana', '(an)*');SELECT regexp_matches('anabanana', '(an)*');