Skip to content

Commit

Permalink
Merge pull request #1636 from Xcreen/updateIsValid1628
Browse files Browse the repository at this point in the history
Added "function" as possible type-parameter #1628
  • Loading branch information
pfreitag authored Feb 29, 2024
2 parents 042f54e + d6e341d commit 32a67c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/en/isvalid.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"related":["isarray", "issimplevalue","isnumeric","isboolean","isdate","cfparam"],
"description":"Tests whether a value meets a validation or data type rule.",
"params": [
{"name":"type","description":"The valid format for the data.","required":true,"default":"","type":"string","values":["Any","Array","Binary","boolean","creditcard","component","date","time","email","eurodate","float","guid","integer","Numeric","Query","range","Regex","regular_expression","ssn","social_security_number","String","Struct","telephone","time","URL","UUID","usdate","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", "time", "url", "usdate", "uuid", "variablename", "xml", "zipcode"]},
{"name":"value","description":"The value to test.","required":true,"default":"","type":"any","values":[]},
{"name":"min","description":"The minimum valid value; used only for range validation.","required":false,"default":"","type":"numeric","values":[]},
{"name":"max","description":"The maximum valid value; used only for range validation.","required":false,"default":"","type":"numeric","values":[]},
Expand Down

0 comments on commit 32a67c4

Please sign in to comment.