Simple password validator for PHP using mb_ereg_match
Password validation (in any programming language) can be a PITA. In case you happen to work with PHP and want to use a multi-byte compatible function, here’s something for you 🙂 It’s probably not foolproof, and you can probably find ways to improve upon it. …