The default is "i".
The following example finds the "s" and match case.
SQL> SQL> SELECT REGEXP_INSTR('This is a test for printing SS','s',1,1,0,'c') position 2 FROM dual; POSITION ---------- 4 SQL>