Regular Expressions Oracle PLSQL

SQL>
SQL> SELECT REGEXP_SUBSTR('abbbb','ab*') FROM dual;
REGEX
-----
abbbb
SQL>