...| Guide to Operators used for Oracle Regular Expression
Oracle provides four SQL functions that are being used for Regular Expressions. REGEXP_LIKE (Expression, Pattern, Match_Pattern) REGEXP_REPLACE(string, pattern[, replacement_string[, start_position[, nth_appearance [, Match_Pattern]]]) REG...