숫자만 썸네일형 리스트형 [java] 정규식 (숫자만) String sStr = "12345612"; boolean result = txt.matches("[0-9]+"); System.out.println(result); 더보기 이전 1 다음