Answers for "php username regex"

PHP
1

php username regex

/^[a-z0-9][a-z0-9_]{2,28}[a-z0-9]$/i
Posted by: Guest on January-23-2022
1

regex php password

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

Browse Popular Code Answers by Language