REGEXP_FULL_MATCH
regexp_full_match(string, regex, col2)
Section titled “regexp_full_match(string, regex, col2)”- string: VARCHAR
- regex: VARCHAR
- col2: VARCHAR
Example
Section titled “Example”SELECT regexp_full_match('anabanana', '(an)*');SELECT regexp_full_match('anabanana', '(an)*');