Improve description of is.numericString()

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

View file

@ -98,7 +98,7 @@ Keep in mind that [functions are objects too](https://developer.mozilla.org/en-U
##### .numericString(value)
Returns `true` for a string that contains a number.
Returns `true` for a string that represents a number (e.g. `'42'` or `'-8'`).
##### .regExp(value)
##### .date(value)