I have a few ereg expressions that no longer work in PHP 7 and I read that the equivalence is preg_match Would really appreciate if anyone with experience can help with how to convert those. if (!ereg("^[^@]{1,64}@[^@]{1,255}$", $email)) { if...