Mac Address validation on Zend Validate with regex


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $validator = new Zend_Validate_Regex('/([a-fA-F0-9]{2}[:|\-]?){6}/');
  2. $valid = $validator->isValid($mac);

Report this snippet


Comments


You need to login to view comments.