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 90c85bf commit 5387922Copy full SHA for 5387922
lib/messages.js
@@ -12,6 +12,9 @@ module.exports = {
12
stringContains: "The '{field}' field must contain the '{expected}' text!",
13
stringEnum: "The '{field}' field does not match any of the allowed values!",
14
stringNumeric: "The '{field}' field must be a numeric string",
15
+ stringAlpha: "The '{field}' field must be an alphabetic string",
16
+ stringAlphanum: "The '{field}' field must be an alphanumeric string",
17
+ stringAlphadash: "The '{field}' field must be an alphadash string",
18
19
number: "The '{field}' field must be a number!",
20
numberMin: "The '{field}' field must be greater than or equal to {expected}!",
0 commit comments