Oracle REGEXP_REPLACE() Function17 Mar 2025 | 3 min read REGEXP_REPLACE is a String function of Oracle. It is an extension of REPLACE function. This function is used for pattern matching and replacing the sequence of characters. SyntaxParametersString : string for getting specified pattern. Pattern: The regular expression pattern matching information. Some of them are as follows:
start_position : it is optional. It is the starting position for matching the pattern from the given string. nth_appearance : it is optional. It is the nth position up to which matching the pattern is to be done from the given string. match_parameter : it is optional. It is used for matching the behavior for REGEXP_INSTR function. Some of them are as follows.
Returnit returns replace string. Example 1![]() Example 2![]() Next TopicOracle String |
We request you to subscribe our newsletter for upcoming updates.