Anas Shakil

Results 3 comments of Anas Shakil

I recently had to face the same issue. This is my solution. **Validation schema OR you can use check method.** ``` checkSchema({ "s": { customSanitizer: { options: (search, { req...

I just reviewed your test case. Why only a single emoji is allowed? To me, any length of emojis should be validated as a string of emojis. `/^(...emoji regex)+$/`

### Problem The reason you're getting incorrect result might be due to multer or busboy rely solely on file extensions to determine a file's MIME type because file extensions can...