Sep
05
|
String s = "321"; boolean isNumber = s.matches("-?\\d+");
Leave a Reply
You must be logged in to post a comment.
CategoriesArchives
|
String s = "321"; boolean isNumber = s.matches("-?\\d+"); Leave a ReplyYou must be logged in to post a comment. |
|