Open
Description
Description
isStrongPassword function is not considering \ as a Special Character
Examples
validator.isStrongPassword(value, { minLength: 8, minLowercase: 1, minUppercase: 1, minNumbers: 1, minSymbols: 1 })
Input & Output
Input - Global123!, Output - true
Input - Global@/123, Output - true
Input - Global/123, Output - false
Additional context
Validator.js version: 13.11.0
Node.js version: v18.16.1
OS platform: Windows 11