例
String code = "FIX000001"; Pattern.compile("[^0-9]").matcher(code).replaceAll("");
原文链接:https://www.f2er.com/regex/360348.html例
String code = "FIX000001"; Pattern.compile("[^0-9]").matcher(code).replaceAll("");
原文链接:https://www.f2er.com/regex/360348.html