We have used regex “\\d” as str.replaceAll(“\\d”, “”);. It can replace all numbers including 123 from the given String.
確定! 回上一頁