All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.bingoohuang.utils.lang.Nums Maven / Gradle / Ivy

package com.github.bingoohuang.utils.lang;

public class Nums {
    public static boolean isNumeric(String strNum) {
        return strNum.matches("-?\\d+(\\.\\d+)?");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy