Home  >  Article  >  Backend Development  >  Regular arrangement for personal use

Regular arrangement for personal use

WBOY
WBOYOriginal
2016-07-25 09:09:33751browse
Regular rules for personal use
  1. $email_reg = '/[a-z0-9]+[-_.]*[a-z0-9]*@[a-z0-9]+[-_]*[a-z0- 9]*(?:[.]Butt[a-z0-9]{2,4})+/';
  2. $url_reg = '//';
  3. $img_reg = '//';
Copy code


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn