Open
Description
Describe the bug
If you pass the tokens \" (backslash and double quotes) then the validation will pass anyways.
Not sure if this extends to other decorators, I have only tested on email
Examples
<[email protected] ===> false, not valid
\"<[email protected] ===> true, valid
Additional context
Validator.js version: latest (13.9)
Node.js version: 16
OS platform: macOS