Regular Expressions Oracle PLSQL

SQL> SELECT REGEXP_INSTR('Mary has a cold','a') position FROM dual;
  POSITION
----------
         2
SQL>