摘要:
1 function checkEmail($email) 2 { 3 // Create the syntactical validation regular expression 4 $regexp = "^([_a-z0-9-]+)(\.[_a-z0-9-]+)*@([a-z0-9-]+)(\.[a-z0-9-]+)*(\.[a-z]{2,4})$"; 5 6... 阅读全文
posted @ 2016-08-12 15:14
沙瑞金书记
阅读(248)
评论(0)
推荐(0)