普段つまずいたこと、勉強途中の覚え書き
public static boolean isNumeric(String str) { return str.matches("-?\\d+(\\.\\d+)?"); //match a number with optional '-' and decimal. }
0 件のコメント:
コメントを投稿