Skip to main content
. 2004 Dec 17;33(Database Issue):D675–D679. doi: 10.1093/nar/gki114

Table 1. SQL and PL/SQL interfaces for Oracle Regular Expressions.

SQL function Description
REGEXP_LIKE Determine whether pattern matches
REGEXP_SUBSTR Determine what string matches the pattern
REGEXP_INSTR Determine where the match occurred in the string
REGEXP_REPLACE Search and replace a pattern