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 d811fea commit 95eb31bCopy full SHA for 95eb31b
README.md
@@ -23,7 +23,7 @@ check('abcdefghijklmnopzrtsuvqxyz').is(/^[a-z]+$/);
23
//Set a message per validator
24
check('foo', {
25
isNumeric: 'This is not a number',
26
- contains: 'The value doesn't have a 0 in it'
+ contains: 'The value doesn\'t have a 0 in it'
27
}).isNumeric().contains('0');
28
29
//Referencing validator args from the message
0 commit comments