OR « Regular Expressions « Oracle PL / SQL





1.Specify the string using logical 'OR': '|'
2.REGEXP_SUBSTR(description,'ird|irs'): Find all occurrences of the letter sequence 'irs' or 'ird'