要求:利用正则表达式获取某字符串中的所有数字。 实现:select REGEXP_REPLACE('mak是123号234','[^0-9]','') from dual; 转载于:https://www.cnblogs.com/advocate/archive/2012/05/02/2479278.html