Answers for "regex php password"

PHP
0

regex php password

^(?=\P{Ll}*\p{Ll})(?=\P{Lu}*\p{Lu})(?=\P{N}*\p{N})(?=[\p{L}\p{N}]*[^\p{L}\p{N}])[\s\S]{8,}$
Posted by: Guest on June-09-2021

Browse Popular Code Answers by Language