📜  java消除字符串中的数字 - Java代码示例

📅  最后修改于: 2022-03-11 14:52:11.292000             🧑  作者: Mango

代码示例1
firstname1 = firstname1.replaceAll("[0-9]","");