Oracle REGEXP_INSTR() Function17 Mar 2025 | 3 min read REGEXP_INSTR is a String function of Oracle. It is an extension of INSTR function. This function is used for pattern matching in a string. 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.
Subexpression: it is optional. It is used when patterns have subexpression Returnit returns a numeric value. Example 1![]() Example 2![]() Example 3![]() Next TopicOracle String |
We request you to subscribe our newsletter for upcoming updates.