Note: This question, I believe, is not the duplicate of this question. My question is dealing with the default validation rules asp.net core identity has for pa
so, use
^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[#$^+=!*()@%&]).{8,}$
^
: first linefor more information: this