SQL>SQL> -- Returns the substringSQL>SQL> SELECT REGEXP_SUBSTR('www.rntsoft.com Oracle','l[[:alpha:]]{4}') AS result FROM dual;R-SQL>SQL>