Home >Backend Development >PHP Tutorial >Introduction to php regular verification username_PHP tutorial

Introduction to php regular verification username_PHP tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-07-21 15:51:19886browse


if (mb_ereg("^[w-.]{1,32}$", $str)) { 
echo 'yes'; 
} else { 
echo 'no'; 


?>

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/319195.htmlTechArticle?php if(mb_ereg("^[w-.]{1,32}$",$str)){ echo'yes'; }else{ echo'no'; } ?...
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