Expression Régulière: Valider un mot de passe

Author:
<?php
   $password = "monmotdepasse";
   if (!preg_match("/^[a-zA-Z0-9]{8,16}$/", $password))
   ec