Char Functions Oracle PLSQL

SQL>
SQL> select instr( 'Samantha', 'man' ) position from dual;
  POSITION
----------
         3
1 row selected.
SQL>
SQL> --