자바(java)에서 정규식(regex) 테스트하기 (boolean 리턴)

By | 7월 21, 2009

(예)   String value = "12345";
         boolean isNumberString = value.matches("[0-9]+");

- 출처 : 프로젝트 -

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments