Describe is.numericString()

This commit is contained in:
Itai Steinherz 2018-11-01 12:55:43 +02:00 committed by GitHub
parent c2aaeac577
commit e1bf7f8b3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,6 +97,9 @@ All the below methods accept a value and returns a boolean for whether the value
Keep in mind that [functions are objects too](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions).
##### .numericString(value)
Returns `true` for a string that contains a number.
##### .regExp(value)
##### .date(value)
##### .error(value)