/ Published in: Java
Expand |
Embed | Plain Text
java.util.regex.Pattern.matches("\\d*", (test==null)?"":test.trim()) returns a boolean
You need to login to post a comment.
juzerali on 04/27/09
1 person have marked this snippet as a favorite
java.util.regex.Pattern.matches("\\d*", (test==null)?"":test.trim()) returns a boolean
You need to login to post a comment.