it's posible If get help with a validation regex to it allow at least one special character, at least one Uppercase and one lowercase, and no allow continues whitespace spaces.
Well thanks man, but still one tiny help need to get where I want, and its only not allow continues white spaces
'regex:/^(?=.[a-z])(?=.[A-Z])(?=.\d)(?=.(_|[^\w])).+$/'
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community