Regular Expressions Functions Oracle PLSQL Tutorial

SQL>
SQL> SELECT REGEXP_SUBSTR('Yababa dababa do','a.?a') FROM dual;
REG
---
aba
SQL>