Feature Description

regexp_count, regexp_instr, regexp_like

  • regexp_count: counts the number of places that match the regular expression in a string
  • regexp_instr: returns the starting of the Nth match of a regular expression in a sting
  • regexp_like: returns true if a regular expression has a match in a string.

https://www.postgresql.org/docs/15/functions-matching.html#FUNCTIONS-POSIX-REGEXP