diff --git a/readme.md b/readme.md index 852abe9..27b43e5 100644 --- a/readme.md +++ b/readme.md @@ -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)