isDigit
Return a Boolean if the string is digit.
Example:
"0123".isDigit // true
"h34".isDigit // false
Content copied to clipboard
Since
1.1.0
Return a Boolean if the string is digit.
Example:
"0123".isDigit // true
"h34".isDigit // false
1.1.0