Login
Home 태그 전체글 방명록 글쓰기 관리자
프로그래밍 IT 블로그
public static String toOnlyNumStr(String str){ return str.replaceAll("[^0-9]",""); } 출처: https://lovon.tistory.com/118?category=862726 [Java 개발 블로그]