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

OSZAR »