We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b870405 commit ee400f3Copy full SHA for ee400f3
data/en/isvalid.json
@@ -6,7 +6,7 @@
6
"related":["isarray", "issimplevalue","isnumeric","isboolean","isdate","cfparam"],
7
"description":"Tests whether a value meets a validation or data type rule.",
8
"params": [
9
- {"name":"type","description":"The valid format for the data.","required":true,"default":"","type":"string","values":["any", "array", "binary", "boolean", "component", "creditcard", "date", "email", "eurodate", "float", "function", "guid", "integer", "numeric", "query", "range", "regex", "regular_expression", "social_security_number", "ssn", "string", "struct", "telephone", "time", "time", "url", "usdate", "uuid", "variablename", "xml", "zipcode"]},
+ {"name":"type","description":"The valid format for the data.","required":true,"default":"","type":"string","values":["any", "array", "binary", "boolean", "component", "creditcard", "date", "email", "eurodate", "float", "function", "guid", "integer", "numeric", "query", "range", "regex", "regular_expression", "social_security_number", "ssn", "string", "struct", "telephone", "time", "url", "usdate", "uuid", "variablename", "xml", "zipcode"]},
10
{"name":"value","description":"The value to test.","required":true,"default":"","type":"any","values":[]},
11
{"name":"min","description":"The minimum valid value; used only for range validation.","required":false,"default":"","type":"numeric","values":[]},
12
{"name":"max","description":"The maximum valid value; used only for range validation.","required":false,"default":"","type":"numeric","values":[]},
0 commit comments