command / me.schlaubi.regnumutils.common / Misc / isNumeric

isNumeric

open static fun isNumeric(@NotNull input: @NotNull String): Boolean

Checks whether a String is numeric or not.

Parameters

input - String: the string to check

Return
Boolean: whether a String is numeric or not