| René Nyffenegger's collection of things on the web | |
|
René Nyffenegger on Oracle - Most wanted - Feedback
|
regexp_instr | ||
regexp_instr (string, pattern) regexp_instr (string, pattern, position) regexp_instr (string, pattern, position, occurence) regexp_instr (string, pattern, position, occurence, return-option) regexp_instr (string, pattern, position, occurence, return-option, parameters) Parameters
parameters can be a combination of
regexp_instr is an Oracle SQL function that enables regular expressions in queries. It enhances the 'traditional'
instr.
|