@"^(?=.*\\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#^\\*])(?=.*[a-zA-Z]).{6,20}$"
the input is Abc@123
Abc@123
is not accepted
Requir