Vi Veri Veniversum Vivus Vici
Password with 2 uppercase letter, 2 lowercase, and two 2 digits at least, starting from letter.


^[A-Za-z](?=.*[A-Z])(?=.*[0-9].*[0-9])(?=.*[a-z]).{7,32}$


@темы: regexp, PHP