Improve description of is.numericString()
This commit is contained in:
parent
e1bf7f8b3b
commit
cb51c4966f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue