getValue(); if (empty($value)) { return true; } if (!preg_match('#^\S+@\S+\.\S+$#', $value)) { return false; } return true; } }