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 b4e344d commit f57f4c3Copy full SHA for f57f4c3
lib/validator/is.js
@@ -64,7 +64,7 @@ module.exports = {
64
return true;
65
}
66
67
- return .test(value);
+ return rules.UNICODECHARNOCRLF_EXTENDED.test(value);
68
},
69
70
/**
0 commit comments