select regexp_replace('2015年07月22日','[^0-9]') from dual; select translate('2015年07月22日','0123456789'||'2015年07月22日','0123456789') from dual;