Brackets « Regular Expressions « Oracle PL / SQL






1.[whatever]: a match of whatever set of characters is included inside the brackets in any order
2.A match for any vowel followed by an 'r' or 'p'
3.Select only addresses that contain vowels
4.REGEXP_INSTR(description,'[aeiou][aeiou]'): Look for two consecutive vowels